Html Css Color HEX #D08100 Dark Goldenrod

📋 copy color: '#D08100'

red 208 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #D08100

Tints of Dark Goldenrod #D08100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.28%

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

R = 61.72%
G = 38.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D08100 (or 0xD08100) is known color: Dark Goldenrod. HEX triplet: D0, 81 and 00. RGB value is (208,129,0). Sum of RGB (Red+Green+Blue) = 208+129+0=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D08100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08100 is #2F7EFF. Grayscale: #8A8A8A. Windows color (decimal): -3112704 or 33232. OLE color: 33232.

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

Color convert

RGB 208 129 0 -
CMYK 0 0.38 1 0.18
HSL 37.21º 1% 0.41% -
HSV(B) 37.21º 1% 0.82% -
XYZ 33.86 29.11 3.83 -
YUV 137.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 208 129 0 0 0.38 1 0.18 37.21 1 0.41
Hex D0 81 0 0 26 64 12 25 64 29
Octal 320 201 0 0 46 144 22 45 144 51
Binary 11010000 10000001 0 0 100110 1100100 10010 100101 1100100 101001

Color Harmonies of #D08100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08100

Black with #D08100

Text Example


Text Example

White with #D08100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08100; }

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

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

background-color css

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

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

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

border-color css

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

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

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