#CCA91D

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

Shades of Galliano #CCA91D

Tints of Galliano #CCA91D

Color information

#CCA91D (or 0xCCA91D) is unknown color: approx Galliano. HEX triplet: CC, A9 and 1D. RGB value is (204,169,29). Sum of RGB (Red+Green+Blue) = 204+169+29=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 169 (66.41% from 255 or 42.04% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA91D is #3356E2. Grayscale: #A4A4A4. Windows color (decimal): -3364579 or 1944012. OLE color: 1944012.

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

Color convert

RGB20416929-
CMYK00.170.860.2
HSL48º75.11%45.69%-
HSV(B)48º85.78%80%-
XYZ39.3141.37.06-
YUV163.552.1156.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 169 (66.41% from 255) = 42.04%
BLUE value IS 29 (11.72% from 255) = 7.21%
R=50.75%
G=42.04%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041692900.170.860.24875.1145.69
HexCCA91D0115614304b2e
Octal31425135021126246011356
Binary1100110010101001111010100011010110101001100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA91D; }

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

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

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

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

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

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

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

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