#CC9D2A

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

Shades of Galliano #CC9D2A

Tints of Galliano #CC9D2A

Color information

#CC9D2A (or 0xCC9D2A) is unknown color: approx Galliano. HEX triplet: CC, 9D and 2A. RGB value is (204,157,42). Sum of RGB (Red+Green+Blue) = 204+157+42=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9D2A is #3362D5. Grayscale: #9E9E9E. Windows color (decimal): -3367638 or 2792908. OLE color: 2792908.

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

Color convert

RGB20415742-
CMYK00.230.790.2
HSL42.59º65.85%48.24%-
HSV(B)42.59º79.41%80%-
XYZ37.3837.127.39-
YUV157.9462.57160.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.62%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 42 (16.80% from 255) = 10.42%
R=50.62%
G=38.96%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041574200.230.790.242.5965.8548.24
HexCC9D2A0174F142b4230
Octal31423552027117245310260
Binary11001100100111011010100101111001111101001010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D2A; }

 p { color: rgb(204,157,42); }

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

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

 a { background-color: rgb(204,157,42); }

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

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

 span { border-color: rgb(204,157,42); }

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