#CC7D01

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

Shades of Dark Goldenrod #CC7D01

Tints of Dark Goldenrod #CC7D01

Color information

#CC7D01 (or 0xCC7D01) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 7D and 01. RGB value is (204,125,1). Sum of RGB (Red+Green+Blue) = 204+125+1=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D01 is #3382FE. Grayscale: #878787. Windows color (decimal): -3375871 or 97740. OLE color: 97740.

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

Color convert

RGB2041251-
CMYK00.391.000.2
HSL36.65º99.02%40.2%-
HSV(B)36.65º99.51%80%-
XYZ32.2427.513.64-
YUV134.4852.67177.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=61.82%
G=37.88%
B=0.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204125100.391.000.236.6599.0240.2
HexCC7D10276414256328
Octal3141751047144244514350
Binary110011001111101101001111100100101001001011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D01; }

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

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

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

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

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

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

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

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