Html Css Color HEX #D08A02 Dark Goldenrod

📋 copy color: '#D08A02'

red 208 ◦ green 138 ◦ blue 2

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

Shades of Dark Goldenrod #D08A02

Tints of Dark Goldenrod #D08A02

RGB

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

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

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

R = 59.77%
G = 39.66%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D08A02 (or 0xD08A02) is known color: Dark Goldenrod. HEX triplet: D0, 8A and 02. RGB value is (208,138,2). Sum of RGB (Red+Green+Blue) = 208+138+2=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08A02 is #2F75FD. Grayscale: #909090. Windows color (decimal): -3110398 or 166608. OLE color: 166608.

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

Color convert

RGB 208 138 2 -
CMYK 0 0.34 0.99 0.18
HSL 39.61º 0.98% 0.41% -
HSV(B) 39.61º 0.99% 0.82% -
XYZ 35.11 31.59 4.3 -
YUV 143.43 48.19 174.06 -
System Red Green Blue C M Y K H S L
Decimal 208 138 2 0 0.34 0.99 0.18 39.61 0.98 0.41
Hex D0 8A 2 0 22 63 12 28 62 29
Octal 320 212 2 0 42 143 22 50 142 51
Binary 11010000 10001010 10 0 100010 1100011 10010 101000 1100010 101001

Color Harmonies of #D08A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A02

Black with #D08A02

Text Example


Text Example

White with #D08A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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