#CCA91F

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

Shades of Galliano #CCA91F

Tints of Galliano #CCA91F

Color information

#CCA91F (or 0xCCA91F) is unknown color: approx Galliano. HEX triplet: CC, A9 and 1F. RGB value is (204,169,31). Sum of RGB (Red+Green+Blue) = 204+169+31=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA91F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA91F is #3356E0. Grayscale: #A4A4A4. Windows color (decimal): -3364577 or 2075084. OLE color: 2075084.

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

Color convert

RGB20416931-
CMYK00.170.850.2
HSL47.86º73.62%46.08%-
HSV(B)47.86º84.8%80%-
XYZ39.3441.317.2-
YUV163.7353.1156.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.50%
GREEN value IS 169 (66.41% from 255) = 41.83%
BLUE value IS 31 (12.5% from 255) = 7.67%
R=50.50%
G=41.83%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041693100.170.850.247.8673.6246.08
HexCCA91F0115514304a2e
Octal31425137021125246011256
Binary1100110010101001111110100011010101101001100001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA91F; }

 p { color: rgb(204,169,31); }

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

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

 a { background-color: rgb(204,169,31); }

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

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

 span { border-color: rgb(204,169,31); }

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