Html Css Color HEX #CAA121 Galliano

📋 copy color: '#CAA121'

red 202 ◦ green 161 ◦ blue 33

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

Shades of Galliano #CAA121

Tints of Galliano #CAA121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 51.01%
G = 40.66%
B = 8.33%

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

#CAA121 (or 0xCAA121) is known color: Galliano. HEX triplet: CA, A1 and 21. RGB value is (202,161,33). Sum of RGB (Red+Green+Blue) = 202+161+33=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA121 is #355EDE. Grayscale: #9F9F9F. Windows color (decimal): -3497695 or 2204106. OLE color: 2204106.

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

Color convert

RGB 202 161 33 -
CMYK 0 0.20 0.84 0.21
HSL 45.44º 0.72% 0.46% -
HSV(B) 45.44º 0.84% 0.79% -
XYZ 37.38 38.16 6.83 -
YUV 158.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 202 161 33 0 0.20 0.84 0.21 45.44 0.72 0.46
Hex CA A1 21 0 14 54 15 2D 48 2E
Octal 312 241 41 0 24 124 25 55 110 56
Binary 11001010 10100001 100001 0 10100 1010100 10101 101101 1001000 101110

Color Harmonies of #CAA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA121

Black with #CAA121

Text Example


Text Example

White with #CAA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA121; }

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

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

background-color css

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

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

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

border-color css

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

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

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