Html Css Color HEX #D08A0D Dark Goldenrod

📋 copy color: '#D08A0D'

red 208 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #D08A0D

Tints of Dark Goldenrod #D08A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

 BLUE value IS 13 (5.47% from 255) = 3.62%

R = 57.94%
G = 38.44%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D08A0D (or 0xD08A0D) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 0D. RGB value is (208,138,13). Sum of RGB (Red+Green+Blue) = 208+138+13=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 13 (5.47% from 255 or 3.62% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A0D is #2F75F2. Grayscale: #919191. Windows color (decimal): -3110387 or 887504. OLE color: 887504.

HSL color Cylindrical-coordinate representation of color #D08A0D: hue angle of 38.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D08A0D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 13 -
CMYK 0 0.34 0.94 0.18
HSL 38.46º 0.88% 0.43% -
HSV(B) 38.46º 0.94% 0.82% -
XYZ 35.17 31.62 4.63 -
YUV 144.68 53.69 173.16 -
System Red Green Blue C M Y K H S L
Decimal 208 138 13 0 0.34 0.94 0.18 38.46 0.88 0.43
Hex D0 8A D 0 22 5E 12 26 58 2B
Octal 320 212 15 0 42 136 22 46 130 53
Binary 11010000 10001010 1101 0 100010 1011110 10010 100110 1011000 101011

Color Harmonies of #D08A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A0D

Black with #D08A0D

Text Example


Text Example

White with #D08A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A0D; }

 p { color: rgb(208,138,13); }

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

background-color css

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

 a { background-color: rgb(208,138,13); }

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

border-color css

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

 span { border-color: rgb(208,138,13); }

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