#CAAD1A

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

Shades of Galliano #CAAD1A

Tints of Galliano #CAAD1A

Color information

#CAAD1A (or 0xCAAD1A) is unknown color: approx Galliano. HEX triplet: CA, AD and 1A. RGB value is (202,173,26). Sum of RGB (Red+Green+Blue) = 202+173+26=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAD1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAD1A is #3552E5. Grayscale: #A5A5A5. Windows color (decimal): -3494630 or 1748426. OLE color: 1748426.

HSL color Cylindrical-coordinate representation of color #CAAD1A: hue angle of 50.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAAD1A is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20217326-
CMYK00.140.870.21
HSL50.11º77.19%44.71%-
HSV(B)50.11º87.13%79.22%-
XYZ39.4942.527.1-
YUV164.9149.61154.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 26 (10.55% from 255) = 6.48%
R=50.37%
G=43.14%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021732600.140.870.2150.1177.1944.71
HexCAAD1A0E5715324d2d
Octal31225532016127256211555
Binary110010101010110111010011101010111101011100101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAD1A; }

 p { color: rgb(202,173,26); }

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

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

 a { background-color: rgb(202,173,26); }

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

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

 span { border-color: rgb(202,173,26); }

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