Html Css Color HEX #D2860D Dark Goldenrod

📋 copy color: '#D2860D'

red 210 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #D2860D

Tints of Dark Goldenrod #D2860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 58.82%
G = 37.54%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2860D (or 0xD2860D) is known color: Dark Goldenrod. HEX triplet: D2, 86 and 0D. RGB value is (210,134,13). Sum of RGB (Red+Green+Blue) = 210+134+13=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2860D is #2D79F2. Grayscale: #8F8F8F. Windows color (decimal): -2980339 or 886482. OLE color: 886482.

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

Color convert

RGB 210 134 13 -
CMYK 0 0.36 0.94 0.18
HSL 36.85º 0.88% 0.44% -
HSV(B) 36.85º 0.94% 0.82% -
XYZ 35.18 30.78 4.47 -
YUV 142.93 54.68 175.84 -
System Red Green Blue C M Y K H S L
Decimal 210 134 13 0 0.36 0.94 0.18 36.85 0.88 0.44
Hex D2 86 D 0 24 5E 12 25 58 2C
Octal 322 206 15 0 44 136 22 45 130 54
Binary 11010010 10000110 1101 0 100100 1011110 10010 100101 1011000 101100

Color Harmonies of #D2860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2860D

Black with #D2860D

Text Example


Text Example

White with #D2860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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