Html Css Color HEX #CAAA20 Galliano

📋 copy color: '#CAAA20'

red 202 ◦ green 170 ◦ blue 32

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

Shades of Galliano #CAAA20

Tints of Galliano #CAAA20

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.08%

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

R = 50%
G = 42.08%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAAA20 (or 0xCAAA20) is known color: Galliano. HEX triplet: CA, AA and 20. RGB value is (202,170,32). Sum of RGB (Red+Green+Blue) = 202+170+32=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAAA20 is #3555DF. Grayscale: #A4A4A4. Windows color (decimal): -3495392 or 2140874. OLE color: 2140874.

HSL color Cylindrical-coordinate representation of color #CAAA20: hue angle of 48.71º 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 #CAAA20 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 170 32 -
CMYK 0 0.16 0.84 0.21
HSL 48.71º 0.73% 0.46% -
HSV(B) 48.71º 0.84% 0.79% -
XYZ 38.99 41.41 7.3 -
YUV 163.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 202 170 32 0 0.16 0.84 0.21 48.71 0.73 0.46
Hex CA AA 20 0 10 54 15 31 49 2E
Octal 312 252 40 0 20 124 25 61 111 56
Binary 11001010 10101010 100000 0 10000 1010100 10101 110001 1001001 101110

Color Harmonies of #CAAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAA20

Black with #CAAA20

Text Example


Text Example

White with #CAAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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