Html Css Color HEX #CC870C Dark Goldenrod

📋 copy color: '#CC870C'

red 204 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #CC870C

Tints of Dark Goldenrod #CC870C

RGB

 RED value IS 204 (80.08% from 255) = 58.12%

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

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

R = 58.12%
G = 38.46%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC870C (or 0xCC870C) is known color: Dark Goldenrod. HEX triplet: CC, 87 and 0C. RGB value is (204,135,12). Sum of RGB (Red+Green+Blue) = 204+135+12=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC870C is #3378F3. Grayscale: #8E8E8E. Windows color (decimal): -3373300 or 821196. OLE color: 821196.

HSL color Cylindrical-coordinate representation of color #CC870C: hue angle of 38.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC870C is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 135 12 -
CMYK 0 0.34 0.94 0.2
HSL 38.44º 0.89% 0.42% -
HSV(B) 38.44º 0.94% 0.8% -
XYZ 33.63 30.19 4.4 -
YUV 141.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 204 135 12 0 0.34 0.94 0.2 38.44 0.89 0.42
Hex CC 87 C 0 22 5E 14 26 59 2A
Octal 314 207 14 0 42 136 24 46 131 52
Binary 11001100 10000111 1100 0 100010 1011110 10100 100110 1011001 101010

Color Harmonies of #CC870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC870C

Black with #CC870C

Text Example


Text Example

White with #CC870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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