#CC8001

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

Shades of Dark Goldenrod #CC8001

Tints of Dark Goldenrod #CC8001

Color information

#CC8001 (or 0xCC8001) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 80 and 01. RGB value is (204,128,1). Sum of RGB (Red+Green+Blue) = 204+128+1=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8001 is #337FFE. Grayscale: #888888. Windows color (decimal): -3375103 or 98508. OLE color: 98508.

HSL color Cylindrical-coordinate representation of color #CC8001: hue angle of 37.54º 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 #CC8001 is Cyan = 0, Magento = 0.37, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB2041281-
CMYK00.371.000.2
HSL37.54º99.02%40.2%-
HSV(B)37.54º99.51%80%-
XYZ32.6328.283.77-
YUV136.2551.68176.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.26%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=61.26%
G=38.44%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204128100.371.000.237.5499.0240.2
HexCC8010256414266328
Octal3142001045144244614350
Binary1100110010000000101001011100100101001001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8001; }

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

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

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

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

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

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

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

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