Html Css Color HEX #CAA921 Galliano

📋 copy color: '#CAA921'

red 202 ◦ green 169 ◦ blue 33

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

Shades of Galliano #CAA921

Tints of Galliano #CAA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 50%
G = 41.83%
B = 8.17%

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

#CAA921 (or 0xCAA921) is known color: Galliano. HEX triplet: CA, A9 and 21. RGB value is (202,169,33). Sum of RGB (Red+Green+Blue) = 202+169+33=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA921 is #3556DE. Grayscale: #A3A3A3. Windows color (decimal): -3495647 or 2206154. OLE color: 2206154.

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

Color convert

RGB 202 169 33 -
CMYK 0 0.16 0.84 0.21
HSL 48.28º 0.72% 0.46% -
HSV(B) 48.28º 0.84% 0.79% -
XYZ 38.82 41.04 7.31 -
YUV 163.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 202 169 33 0 0.16 0.84 0.21 48.28 0.72 0.46
Hex CA A9 21 0 10 54 15 30 48 2E
Octal 312 251 41 0 20 124 25 60 110 56
Binary 11001010 10101001 100001 0 10000 1010100 10101 110000 1001000 101110

Color Harmonies of #CAA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA921

Black with #CAA921

Text Example


Text Example

White with #CAA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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