Html Css Color HEX #D2870C Dark Goldenrod

📋 copy color: '#D2870C'

red 210 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #D2870C

Tints of Dark Goldenrod #D2870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 12 (5.08% from 255) = 3.36%

R = 58.82%
G = 37.82%
B = 3.36%

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

#D2870C (or 0xD2870C) is known color: Dark Goldenrod. HEX triplet: D2, 87 and 0C. RGB value is (210,135,12). Sum of RGB (Red+Green+Blue) = 210+135+12=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 12 (5.08% from 255 or 3.36% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D2870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2870C is #2D78F3. Grayscale: #8F8F8F. Windows color (decimal): -2980084 or 821202. OLE color: 821202.

HSL color Cylindrical-coordinate representation of color #D2870C: hue angle of 37.27º degrees, saturation: 0.89, 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 #D2870C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 12 -
CMYK 0 0.36 0.94 0.18
HSL 37.27º 0.89% 0.44% -
HSV(B) 37.27º 0.94% 0.82% -
XYZ 35.31 31.06 4.48 -
YUV 143.4 53.85 175.5 -
System Red Green Blue C M Y K H S L
Decimal 210 135 12 0 0.36 0.94 0.18 37.27 0.89 0.44
Hex D2 87 C 0 24 5E 12 25 59 2C
Octal 322 207 14 0 44 136 22 45 131 54
Binary 11010010 10000111 1100 0 100100 1011110 10010 100101 1011001 101100

Color Harmonies of #D2870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2870C

Black with #D2870C

Text Example


Text Example

White with #D2870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2870C; }

 p { color: rgb(210,135,12); }

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

background-color css

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

 a { background-color: rgb(210,135,12); }

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

border-color css

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

 span { border-color: rgb(210,135,12); }

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