#CC870E

Color #CC870E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #CC870E

Tints of Dark Goldenrod #CC870E

Color information

#CC870E (or 0xCC870E) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 87 and 0E. RGB value is (204,135,14). Sum of RGB (Red+Green+Blue) = 204+135+14=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC870E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC870E is #3378F1. Grayscale: #8E8E8E. Windows color (decimal): -3373298 or 952268. OLE color: 952268.

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

Color convert

RGB20413514-
CMYK00.340.930.2
HSL38.21º87.16%42.75%-
HSV(B)38.21º93.14%80%-
XYZ33.6530.24.47-
YUV141.8455.86172.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.79%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 14 (5.86% from 255) = 3.97%
R=57.79%
G=38.24%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041351400.340.930.238.2187.1642.75
HexCC87E0225D1426572b
Octal31420716042135244612753
Binary1100110010000111111001000101011101101001001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC870E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC870E; }

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

 H1.HeaderClassName
 {
   color: #CC870E;
 }
 .AnyTagClassName
 {
   color: #CC870E;
 }
</style>
background-color css

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

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

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

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

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

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