Html Css Color HEX #CAA321 Galliano

📋 copy color: '#CAA321'

red 202 ◦ green 163 ◦ blue 33

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

Shades of Galliano #CAA321

Tints of Galliano #CAA321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.95%

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

R = 50.75%
G = 40.95%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAA321 (or 0xCAA321) is known color: Galliano. HEX triplet: CA, A3 and 21. RGB value is (202,163,33). Sum of RGB (Red+Green+Blue) = 202+163+33=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA321 is #355CDE. Grayscale: #A0A0A0. Windows color (decimal): -3497183 or 2204618. OLE color: 2204618.

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

Color convert

RGB 202 163 33 -
CMYK 0 0.19 0.84 0.21
HSL 46.15º 0.72% 0.46% -
HSV(B) 46.15º 0.84% 0.79% -
XYZ 37.73 38.86 6.95 -
YUV 159.84 56.42 158.07 -
System Red Green Blue C M Y K H S L
Decimal 202 163 33 0 0.19 0.84 0.21 46.15 0.72 0.46
Hex CA A3 21 0 13 54 15 2E 48 2E
Octal 312 243 41 0 23 124 25 56 110 56
Binary 11001010 10100011 100001 0 10011 1010100 10101 101110 1001000 101110

Color Harmonies of #CAA321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA321

Black with #CAA321

Text Example


Text Example

White with #CAA321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA321; }

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

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

background-color css

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

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

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

border-color css

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

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

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