#CC8A01

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

Shades of Dark Goldenrod #CC8A01

Tints of Dark Goldenrod #CC8A01

Color information

#CC8A01 (or 0xCC8A01) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 8A and 01. RGB value is (204,138,1). Sum of RGB (Red+Green+Blue) = 204+138+1=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A01 is #3375FE. Grayscale: #8E8E8E. Windows color (decimal): -3372543 or 101068. OLE color: 101068.

HSL color Cylindrical-coordinate representation of color #CC8A01: hue angle of 40.49º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC8A01 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB2041381-
CMYK00.321.000.2
HSL40.49º99.02%40.2%-
HSV(B)40.49º99.51%80%-
XYZ3431.024.22-
YUV142.1248.37172.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.48%
GREEN value IS 138 (54.30% from 255) = 40.23%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=59.48%
G=40.23%
B=0.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204138100.321.000.240.4999.0240.2
HexCC8A10206414286328
Octal3142121040144245014350
Binary1100110010001010101000001100100101001010001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A01; }

 p { color: rgb(204,138,1); }

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

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

 a { background-color: rgb(204,138,1); }

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

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

 span { border-color: rgb(204,138,1); }

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