#CC7B03

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

Shades of Dark Goldenrod #CC7B03

Tints of Dark Goldenrod #CC7B03

Color information

#CC7B03 (or 0xCC7B03) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 7B and 03. RGB value is (204,123,3). Sum of RGB (Red+Green+Blue) = 204+123+3=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7B03 is #3384FC. Grayscale: #868686. Windows color (decimal): -3376381 or 228300. OLE color: 228300.

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

Color convert

RGB2041233-
CMYK00.400.990.2
HSL35.82º97.1%40.59%-
HSV(B)35.82º98.53%80%-
XYZ3227.013.61-
YUV133.5454.34178.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.82%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 3 (1.56% from 255) = 0.91%
R=61.82%
G=37.27%
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
Decimal204123300.400.990.235.8297.140.59
HexCC7B30286314246129
Octal3141733050143244414151
Binary1100110011110111101010001100011101001001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7B03; }

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

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

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

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

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

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

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

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