#CC9F21

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

Shades of Galliano #CC9F21

Tints of Galliano #CC9F21

Color information

#CC9F21 (or 0xCC9F21) is unknown color: approx Galliano. HEX triplet: CC, 9F and 21. RGB value is (204,159,33). Sum of RGB (Red+Green+Blue) = 204+159+33=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F21 is #3360DE. Grayscale: #9E9E9E. Windows color (decimal): -3367135 or 2203596. OLE color: 2203596.

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

Color convert

RGB20415933-
CMYK00.220.840.2
HSL44.21º72.15%46.47%-
HSV(B)44.21º83.82%80%-
XYZ37.5737.746.74-
YUV158.0957.41160.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.52%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 33 (13.28% from 255) = 8.33%
R=51.52%
G=40.15%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041593300.220.840.244.2172.1546.47
HexCC9F2101654142c482e
Octal31423741026124245411056
Binary11001100100111111000010101101010100101001011001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F21; }

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

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

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

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

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

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

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

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