#cc8e0a

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

Shades of Dark Goldenrod #CC8E0A

Tints of Dark Goldenrod #CC8E0A

Color information

#CC8E0A (or 0xCC8E0A) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 8E and 0A. RGB value is (204,142,10). Sum of RGB (Red+Green+Blue) = 204+142+10=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8E0A is #3371F5. Grayscale: #929292. Windows color (decimal): -3371510 or 691916. OLE color: 691916.

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

Color convert

RGB20414210-
CMYK00.300.950.2
HSL40.82º90.65%41.96%-
HSV(B)40.82º95.1%80%-
XYZ34.6332.214.68-
YUV145.4951.54169.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 10 (4.30% from 255) = 2.81%
R=57.30%
G=39.89%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041421000.300.950.240.8290.6541.96
HexCC8EA01E5F14295b2a
Octal31421612036137245113352
Binary110011001000111010100111101011111101001010011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc8e0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc8e0a; }

 p { color: rgb(204,142,10); }

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

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

 a { background-color: rgb(204,142,10); }

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

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

 span { border-color: rgb(204,142,10); }

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