Html Css Color HEX #D08710 Dark Goldenrod

📋 copy color: '#D08710'

red 208 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #D08710

Tints of Dark Goldenrod #D08710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 57.94%
G = 37.6%
B = 4.46%

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

#D08710 (or 0xD08710) is known color: Dark Goldenrod. HEX triplet: D0, 87 and 10. RGB value is (208,135,16). Sum of RGB (Red+Green+Blue) = 208+135+16=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D08710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08710 is #2F78EF. Grayscale: #8F8F8F. Windows color (decimal): -3111152 or 1083344. OLE color: 1083344.

HSL color Cylindrical-coordinate representation of color #D08710: hue angle of 37.19º 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 #D08710 is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 135 16 -
CMYK 0 0.35 0.92 0.18
HSL 37.19º 0.86% 0.44% -
HSV(B) 37.19º 0.92% 0.82% -
XYZ 34.77 30.78 4.6 -
YUV 143.26 56.18 174.18 -
System Red Green Blue C M Y K H S L
Decimal 208 135 16 0 0.35 0.92 0.18 37.19 0.86 0.44
Hex D0 87 10 0 23 5C 12 25 56 2C
Octal 320 207 20 0 43 134 22 45 126 54
Binary 11010000 10000111 10000 0 100011 1011100 10010 100101 1010110 101100

Color Harmonies of #D08710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08710

Black with #D08710

Text Example


Text Example

White with #D08710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08710; }

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

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

background-color css

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

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

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

border-color css

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

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

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