Html Css Color HEX #D2860B Dark Goldenrod

📋 copy color: '#D2860B'

red 210 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #D2860B

Tints of Dark Goldenrod #D2860B

RGB

 RED value IS 210 (82.42% from 255) = 59.15%

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 11 (4.69% from 255) = 3.1%

R = 59.15%
G = 37.75%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2860B (or 0xD2860B) is known color: Dark Goldenrod. HEX triplet: D2, 86 and 0B. RGB value is (210,134,11). Sum of RGB (Red+Green+Blue) = 210+134+11=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D2860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2860B is #2D79F4. Grayscale: #8F8F8F. Windows color (decimal): -2980341 or 755410. OLE color: 755410.

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

Color convert

RGB 210 134 11 -
CMYK 0 0.36 0.95 0.18
HSL 37.09º 0.9% 0.43% -
HSV(B) 37.09º 0.95% 0.82% -
XYZ 35.16 30.78 4.4 -
YUV 142.7 53.68 176 -
System Red Green Blue C M Y K H S L
Decimal 210 134 11 0 0.36 0.95 0.18 37.09 0.9 0.43
Hex D2 86 B 0 24 5F 12 25 5A 2B
Octal 322 206 13 0 44 137 22 45 132 53
Binary 11010010 10000110 1011 0 100100 1011111 10010 100101 1011010 101011

Color Harmonies of #D2860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2860B

Black with #D2860B

Text Example


Text Example

White with #D2860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2860B; }

 p { color: rgb(210,134,11); }

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

background-color css

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

 a { background-color: rgb(210,134,11); }

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

border-color css

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

 span { border-color: rgb(210,134,11); }

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