#CC9F29

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

Shades of Galliano #CC9F29

Tints of Galliano #CC9F29

Color information

#CC9F29 (or 0xCC9F29) is unknown color: approx Galliano. HEX triplet: CC, 9F and 29. RGB value is (204,159,41). Sum of RGB (Red+Green+Blue) = 204+159+41=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F29 is #3360D6. Grayscale: #9F9F9F. Windows color (decimal): -3367127 or 2727884. OLE color: 2727884.

HSL color Cylindrical-coordinate representation of color #CC9F29: hue angle of 43.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC9F29 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20415941-
CMYK00.220.800.2
HSL43.44º66.53%48.04%-
HSV(B)43.44º79.9%80%-
XYZ37.737.797.41-
YUV15961.41160.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 41 (16.41% from 255) = 10.15%
R=50.50%
G=39.36%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041594100.220.800.243.4466.5348.04
HexCC9F2901650142b4330
Octal31423751026120245310360
Binary11001100100111111010010101101010000101001010111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F29; }

 p { color: rgb(204,159,41); }

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

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

 a { background-color: rgb(204,159,41); }

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

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

 span { border-color: rgb(204,159,41); }

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