#CC8A11

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

Shades of Dark Goldenrod #CC8A11

Tints of Dark Goldenrod #CC8A11

Color information

#CC8A11 (or 0xCC8A11) is unknown color: approx Dark Goldenrod. HEX triplet: CC, 8A and 11. RGB value is (204,138,17). Sum of RGB (Red+Green+Blue) = 204+138+17=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A11 is #3375EE. Grayscale: #909090. Windows color (decimal): -3372527 or 1149644. OLE color: 1149644.

HSL color Cylindrical-coordinate representation of color #CC8A11: hue angle of 38.82º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC8A11 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20413817-
CMYK00.320.920.2
HSL38.82º84.62%43.33%-
HSV(B)38.82º91.67%80%-
XYZ34.0931.054.73-
YUV143.9456.37170.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.82%
GREEN value IS 138 (54.30% from 255) = 38.44%
BLUE value IS 17 (7.03% from 255) = 4.74%
R=56.82%
G=38.44%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041381700.320.920.238.8284.6243.33
HexCC8A110205C1427552b
Octal31421221040134244712553
Binary11001100100010101000101000001011100101001001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A11; }

 p { color: rgb(204,138,17); }

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

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

 a { background-color: rgb(204,138,17); }

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

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

 span { border-color: rgb(204,138,17); }

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