Html Css Color HEX #CAA621 Galliano

📋 copy color: '#CAA621'

red 202 ◦ green 166 ◦ blue 33

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

Shades of Galliano #CAA621

Tints of Galliano #CAA621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

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

R = 50.37%
G = 41.4%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAA621 (or 0xCAA621) is known color: Galliano. HEX triplet: CA, A6 and 21. RGB value is (202,166,33). Sum of RGB (Red+Green+Blue) = 202+166+33=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA621 is #3559DE. Grayscale: #A2A2A2. Windows color (decimal): -3496415 or 2205386. OLE color: 2205386.

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

Color convert

RGB 202 166 33 -
CMYK 0 0.18 0.84 0.21
HSL 47.22º 0.72% 0.46% -
HSV(B) 47.22º 0.84% 0.79% -
XYZ 38.27 39.94 7.13 -
YUV 161.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 202 166 33 0 0.18 0.84 0.21 47.22 0.72 0.46
Hex CA A6 21 0 12 54 15 2F 48 2E
Octal 312 246 41 0 22 124 25 57 110 56
Binary 11001010 10100110 100001 0 10010 1010100 10101 101111 1001000 101110

Color Harmonies of #CAA621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA621

Black with #CAA621

Text Example


Text Example

White with #CAA621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA621; }

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

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

background-color css

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

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

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

border-color css

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

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

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