#D38408

Color #D38408 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #D38408

Tints of Dark Goldenrod #D38408

Color information

#D38408 (or 0xD38408) is unknown color: approx Dark Goldenrod. HEX triplet: D3, 84 and 08. RGB value is (211,132,8). Sum of RGB (Red+Green+Blue) = 211+132+8=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D38408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38408 is #2C7BF7. Grayscale: #8E8E8E. Windows color (decimal): -2915320 or 558291. OLE color: 558291.

HSL color Cylindrical-coordinate representation of color #D38408: hue angle of 36.65º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D38408 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB2111328-
CMYK00.370.960.17
HSL36.65º92.69%42.94%-
HSV(B)36.65º96.21%82.75%-
XYZ35.1630.374.24-
YUV141.4852.67177.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 60.11%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 8 (3.52% from 255) = 2.28%
R=60.11%
G=37.61%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211132800.370.960.1736.6592.6942.94
HexD38480256011255d2b
Octal32320410045140214513553
Binary1101001110000100100001001011100000100011001011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38408; }

 p { color: rgb(211,132,8); }

 H1.HeaderClassName
 {
   color: #D38408;
 }
 .AnyTagClassName
 {
   color: #D38408;
 }
</style>
background-color css

<style>
 a { background-color: #D38408; }

 a { background-color: rgb(211,132,8); }

 div.DivClassName
 {
   background-color: #D38408;
 }
 .BgClassName
 {
   background-color: #D38408;
 }
</style>
border-color css

<style>
 span { border-color: #D38408; }

 span { border-color: rgb(211,132,8); }

 td.TdClassName
 {
   border-color: #D38408;
 }
 .TagClassName
 {
   border-color: #D38408;
 }
</style>