Html Css Color HEX #D08810 Dark Goldenrod

📋 copy color: '#D08810'

red 208 ◦ green 136 ◦ blue 16

#D08810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #D08810

Tints of Dark Goldenrod #D08810

RGB

 RED value IS 208 (81.64% from 255) = 57.78%

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 57.78%
G = 37.78%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D08810 (or 0xD08810) is known color: Dark Goldenrod. HEX triplet: D0, 88 and 10. RGB value is (208,136,16). Sum of RGB (Red+Green+Blue) = 208+136+16=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D08810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08810 is #2F77EF. Grayscale: #909090. Windows color (decimal): -3110896 or 1083600. OLE color: 1083600.

HSL color Cylindrical-coordinate representation of color #D08810: hue angle of 37.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08810 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 136 16 -
CMYK 0 0.35 0.92 0.18
HSL 37.5º 0.86% 0.44% -
HSV(B) 37.5º 0.92% 0.82% -
XYZ 34.91 31.06 4.64 -
YUV 143.85 55.85 173.76 -
System Red Green Blue C M Y K H S L
Decimal 208 136 16 0 0.35 0.92 0.18 37.5 0.86 0.44
Hex D0 88 10 0 23 5C 12 26 56 2C
Octal 320 210 20 0 43 134 22 46 126 54
Binary 11010000 10001000 10000 0 100011 1011100 10010 100110 1010110 101100

Color Harmonies of #D08810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08810

Black with #D08810

Text Example


Text Example

White with #D08810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08810; }

 p { color: rgb(208,136,16); }

 H1.HeaderClassName
 {
   color: #D08810;
 }
 .AnyTagClassName
 {
   color: #D08810;
 }
</style>

background-color css

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

 a { background-color: rgb(208,136,16); }

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

border-color css

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

 span { border-color: rgb(208,136,16); }

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