#CCA81D

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

Shades of Galliano #CCA81D

Tints of Galliano #CCA81D

Color information

#CCA81D (or 0xCCA81D) is unknown color: approx Galliano. HEX triplet: CC, A8 and 1D. RGB value is (204,168,29). Sum of RGB (Red+Green+Blue) = 204+168+29=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA81D is #3357E2. Grayscale: #A3A3A3. Windows color (decimal): -3364835 or 1943756. OLE color: 1943756.

HSL color Cylindrical-coordinate representation of color #CCA81D: hue angle of 47.66º 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 #CCA81D is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB20416829-
CMYK00.180.860.2
HSL47.66º75.11%45.69%-
HSV(B)47.66º85.78%80%-
XYZ39.1340.937-
YUV162.9252.43157.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 29 (11.72% from 255) = 7.23%
R=50.87%
G=41.90%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041682900.180.860.247.6675.1145.69
HexCCA81D0125614304b2e
Octal31425035022126246011356
Binary1100110010101000111010100101010110101001100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA81D; }

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

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

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

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

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

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

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

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