#CCAF1D

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

Shades of Galliano #CCAF1D

Tints of Galliano #CCAF1D

Color information

#CCAF1D (or 0xCCAF1D) is unknown color: approx Galliano. HEX triplet: CC, AF and 1D. RGB value is (204,175,29). Sum of RGB (Red+Green+Blue) = 204+175+29=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF1D is #3350E2. Grayscale: #A7A7A7. Windows color (decimal): -3363043 or 1945548. OLE color: 1945548.

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

Color convert

RGB20417529-
CMYK00.140.860.2
HSL50.06º75.11%45.69%-
HSV(B)50.06º85.78%80%-
XYZ40.4543.597.44-
YUV167.0350.11154.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 29 (11.72% from 255) = 7.11%
R=50%
G=42.89%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041752900.140.860.250.0675.1145.69
HexCCAF1D0E5614324b2e
Octal31425735016126246211356
Binary110011001010111111101011101010110101001100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF1D; }

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

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

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

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

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

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

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

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