Html Css Color HEX #D08102 Dark Goldenrod

📋 copy color: '#D08102'

red 208 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #D08102

Tints of Dark Goldenrod #D08102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 61.36%
G = 38.05%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D08102 (or 0xD08102) is known color: Dark Goldenrod. HEX triplet: D0, 81 and 02. RGB value is (208,129,2). Sum of RGB (Red+Green+Blue) = 208+129+2=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D08102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08102 is #2F7EFD. Grayscale: #8A8A8A. Windows color (decimal): -3112702 or 164304. OLE color: 164304.

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

Color convert

RGB 208 129 2 -
CMYK 0 0.38 0.99 0.18
HSL 36.99º 0.98% 0.41% -
HSV(B) 36.99º 0.99% 0.82% -
XYZ 33.87 29.11 3.89 -
YUV 138.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 208 129 2 0 0.38 0.99 0.18 36.99 0.98 0.41
Hex D0 81 2 0 26 63 12 25 62 29
Octal 320 201 2 0 46 143 22 45 142 51
Binary 11010000 10000001 10 0 100110 1100011 10010 100101 1100010 101001

Color Harmonies of #D08102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08102

Black with #D08102

Text Example


Text Example

White with #D08102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08102; }

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

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

background-color css

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

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

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

border-color css

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

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

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