Html Css Color HEX #CAA820 Galliano

📋 copy color: '#CAA820'

red 202 ◦ green 168 ◦ blue 32

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

Shades of Galliano #CAA820

Tints of Galliano #CAA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.79%

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

R = 50.25%
G = 41.79%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAA820 (or 0xCAA820) is known color: Galliano. HEX triplet: CA, A8 and 20. RGB value is (202,168,32). Sum of RGB (Red+Green+Blue) = 202+168+32=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA820 is #3557DF. Grayscale: #A3A3A3. Windows color (decimal): -3495904 or 2140362. OLE color: 2140362.

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

Color convert

RGB 202 168 32 -
CMYK 0 0.17 0.84 0.21
HSL 48º 0.73% 0.46% -
HSV(B) 48º 0.84% 0.79% -
XYZ 38.62 40.67 7.18 -
YUV 162.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 202 168 32 0 0.17 0.84 0.21 48 0.73 0.46
Hex CA A8 20 0 11 54 15 30 49 2E
Octal 312 250 40 0 21 124 25 60 111 56
Binary 11001010 10101000 100000 0 10001 1010100 10101 110000 1001001 101110

Color Harmonies of #CAA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA820

Black with #CAA820

Text Example


Text Example

White with #CAA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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