Html Css Color HEX #CAA120 Galliano

📋 copy color: '#CAA120'

red 202 ◦ green 161 ◦ blue 32

#CAA120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CAA120

Tints of Galliano #CAA120

RGB

 RED value IS 202 (79.3% from 255) = 51.14%

 GREEN value IS 161 (63.28% from 255) = 40.76%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 51.14%
G = 40.76%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAA120 (or 0xCAA120) is known color: Galliano. HEX triplet: CA, A1 and 20. RGB value is (202,161,32). Sum of RGB (Red+Green+Blue) = 202+161+32=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA120 is #355EDF. Grayscale: #9F9F9F. Windows color (decimal): -3497696 or 2138570. OLE color: 2138570.

HSL color Cylindrical-coordinate representation of color #CAA120: hue angle of 45.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CAA120 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 32 -
CMYK 0 0.20 0.84 0.21
HSL 45.53º 0.73% 0.46% -
HSV(B) 45.53º 0.84% 0.79% -
XYZ 37.36 38.15 6.76 -
YUV 158.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 202 161 32 0 0.20 0.84 0.21 45.53 0.73 0.46
Hex CA A1 20 0 14 54 15 2E 49 2E
Octal 312 241 40 0 24 124 25 56 111 56
Binary 11001010 10100001 100000 0 10100 1010100 10101 101110 1001001 101110

Color Harmonies of #CAA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA120

Black with #CAA120

Text Example


Text Example

White with #CAA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA120; }

 p { color: rgb(202,161,32); }

 H1.HeaderClassName
 {
   color: #CAA120;
 }
 .AnyTagClassName
 {
   color: #CAA120;
 }
</style>

background-color css

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

 a { background-color: rgb(202,161,32); }

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

border-color css

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

 span { border-color: rgb(202,161,32); }

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