#CCAF25

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

Shades of Galliano #CCAF25

Tints of Galliano #CCAF25

Color information

#CCAF25 (or 0xCCAF25) is unknown color: approx Galliano. HEX triplet: CC, AF and 25. RGB value is (204,175,37). Sum of RGB (Red+Green+Blue) = 204+175+37=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF25 is #3350DA. Grayscale: #A8A8A8. Windows color (decimal): -3363035 or 2469836. OLE color: 2469836.

HSL color Cylindrical-coordinate representation of color #CCAF25: hue angle of 49.58º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCAF25 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB20417537-
CMYK00.140.820.2
HSL49.58º69.29%47.25%-
HSV(B)49.58º81.86%80%-
XYZ40.5743.638.03-
YUV167.9454.11153.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 37 (14.84% from 255) = 8.89%
R=49.04%
G=42.07%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041753700.140.820.249.5869.2947.25
HexCCAF250E521432452f
Octal31425745016122246210557
Binary1100110010101111100101011101010010101001100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF25; }

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

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

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

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

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

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

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

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