#CAA727

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

Shades of Galliano #CAA727

Tints of Galliano #CAA727

Color information

#CAA727 (or 0xCAA727) is unknown color: approx Galliano. HEX triplet: CA, A7 and 27. RGB value is (202,167,39). Sum of RGB (Red+Green+Blue) = 202+167+39=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA727 is #3558D8. Grayscale: #A3A3A3. Windows color (decimal): -3496153 or 2598858. OLE color: 2598858.

HSL color Cylindrical-coordinate representation of color #CAA727: hue angle of 47.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAA727 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20216739-
CMYK00.170.810.21
HSL47.12º67.63%47.25%-
HSV(B)47.12º80.69%79.22%-
XYZ38.5440.347.67-
YUV162.8758.1155.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 39 (15.62% from 255) = 9.56%
R=49.51%
G=40.93%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021673900.170.810.2147.1267.6347.25
HexCAA72701151152f442f
Octal31224747021121255710457
Binary11001010101001111001110100011010001101011011111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA727; }

 p { color: rgb(202,167,39); }

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

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

 a { background-color: rgb(202,167,39); }

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

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

 span { border-color: rgb(202,167,39); }

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