#CC7805

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

Shades of Dark Goldenrod #CC7805

Tints of Dark Goldenrod #CC7805

Color information

#CC7805 (or 0xCC7805) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 78 and 05. RGB value is (204,120,5). Sum of RGB (Red+Green+Blue) = 204+120+5=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7805 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7805 is #3387FA. Grayscale: #848484. Windows color (decimal): -3377147 or 358604. OLE color: 358604.

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

Color convert

RGB2041205-
CMYK00.410.980.2
HSL34.67º95.22%40.98%-
HSV(B)34.67º97.55%80%-
XYZ31.6526.283.55-
YUV132.0156.33179.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 120 (47.27% from 255) = 36.47%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=62.01%
G=36.47%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204120500.410.980.234.6795.2240.98
HexCC7850296214235f29
Octal3141705051142244313751
Binary11001100111100010101010011100010101001000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7805; }

 p { color: rgb(204,120,5); }

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

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

 a { background-color: rgb(204,120,5); }

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

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

 span { border-color: rgb(204,120,5); }

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