Color Hex Logo

#d8b030 Color Hex

#D8B030
(216,176,48)
0 Favorites   0 Comments

Color spaces of #d8b030

RGB 21617648
HSL0.130.680.52
HSV46°78°85°
CMYK 0.000.190.78   0.15
XYZ44.377745.86309.3098
Yxy45.86300.44580.4607
Hunter Lab67.7222-1.544639.2549
CIE-Lab73.45652.304666.1258

#d8b030 color RGB value is (216,176,48).

#d8b030 hex color red value is 216, green value is 176 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d8b030 hue: 0.13 , saturation: 0.68 and the lightness value of d8b030 is 0.52.

The process color (four color CMYK) of #d8b030 color hex is 0.00, 0.19, 0.78, 0.15. Web safe color of #d8b030 is #cc9933. Color #d8b030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10110000 00110000
Octal 330 260 60
Decimal 216 176 48
Hex D8 B0 30

RGB Percentages of Color #d8b030

%49.09
%40.00
%10.91

CMYK Percentages of Color #d8b030

%0
%19
%78
%15

Triadic Colors of #d8b030

#d8b030 #30d8b0 #b030d8

Analogous Colors of #d8b030

#d8b030 #acd830 #d85c30

Monochromatic Colors of #d8b030

#d8b030

Complementary Color

#d8b030 #3058d8

#d8b030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8b030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8b030 Color CSS Codes

.mybgcolor {background-color:#d8b030; } 
.myforecolor {color:#d8b030; }
.mybordercolor {border:3px solid #d8b030; }

#d8b030 Text Font Color

<p style="color:#d8b030">Text here</p>

This sample text font color is #d8b030
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d8b030 Background Color

<div style="background-color:#d8b030">
Div content here</div>

This div background color is #d8b030


#d8b030 Border Color

<div style="border:3px solid #d8b030">
Div here</div>

This div border color is #d8b030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,176,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8b030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8b030;
  -webkit-box-shadow: 1px 1px 3px 2px #d8b030;
  box-shadow:         1px 1px 3px 2px #d8b030; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,176,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d8b030">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d8b030;
  -webkit-box-shadow: 1px 1px 3px 2px #d8b030;
  box-shadow:         1px 1px 3px 2px #d8b030;">
Div content here</div>

This div box has shadow with color #d8b030


Comments

No comments written yet.

Please login to write comment.