#CC7A03

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

Shades of Dark Goldenrod #CC7A03

Tints of Dark Goldenrod #CC7A03

Color information

#CC7A03 (or 0xCC7A03) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 7A and 03. RGB value is (204,122,3). Sum of RGB (Red+Green+Blue) = 204+122+3=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7A03 is #3385FC. Grayscale: #858585. Windows color (decimal): -3376637 or 228044. OLE color: 228044.

HSL color Cylindrical-coordinate representation of color #CC7A03: hue angle of 35.52º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC7A03 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2041223-
CMYK00.400.990.2
HSL35.52º97.1%40.59%-
HSV(B)35.52º98.53%80%-
XYZ31.8826.763.57-
YUV132.9554.67178.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=62.01%
G=37.08%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204122300.400.990.235.5297.140.59
HexCC7A30286314246129
Octal3141723050143244414151
Binary1100110011110101101010001100011101001001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A03; }

 p { color: rgb(204,122,3); }

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

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

 a { background-color: rgb(204,122,3); }

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

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

 span { border-color: rgb(204,122,3); }

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