Html Css Color HEX #D08D00 Dark Goldenrod

📋 copy color: '#D08D00'

red 208 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #D08D00

Tints of Dark Goldenrod #D08D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.6%
G = 40.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D08D00 (or 0xD08D00) is known color: Dark Goldenrod. HEX triplet: D0, 8D and 00. RGB value is (208,141,0). Sum of RGB (Red+Green+Blue) = 208+141+0=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08D00 is #2F72FF. Grayscale: #919191. Windows color (decimal): -3109632 or 36304. OLE color: 36304.

HSL color Cylindrical-coordinate representation of color #D08D00: hue angle of 40.67º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D08D00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 0 -
CMYK 0 0.32 1 0.18
HSL 40.67º 1% 0.41% -
HSV(B) 40.67º 1% 0.82% -
XYZ 35.54 32.46 4.39 -
YUV 144.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 208 141 0 0 0.32 1 0.18 40.67 1 0.41
Hex D0 8D 0 0 20 64 12 29 64 29
Octal 320 215 0 0 40 144 22 51 144 51
Binary 11010000 10001101 0 0 100000 1100100 10010 101001 1100100 101001

Color Harmonies of #D08D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D00

Black with #D08D00

Text Example


Text Example

White with #D08D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D00; }

 p { color: rgb(208,141,0); }

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

background-color css

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

 a { background-color: rgb(208,141,0); }

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

border-color css

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

 span { border-color: rgb(208,141,0); }

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