Html Css Color HEX #CAA320 Galliano

📋 copy color: '#CAA320'

red 202 ◦ green 163 ◦ blue 32

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

Shades of Galliano #CAA320

Tints of Galliano #CAA320

RGB

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

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

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

R = 50.88%
G = 41.06%
B = 8.06%

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

#CAA320 (or 0xCAA320) is known color: Galliano. HEX triplet: CA, A3 and 20. RGB value is (202,163,32). Sum of RGB (Red+Green+Blue) = 202+163+32=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA320 is #355CDF. Grayscale: #A0A0A0. Windows color (decimal): -3497184 or 2139082. OLE color: 2139082.

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

Color convert

RGB 202 163 32 -
CMYK 0 0.19 0.84 0.21
HSL 46.24º 0.73% 0.46% -
HSV(B) 46.24º 0.84% 0.79% -
XYZ 37.72 38.86 6.88 -
YUV 159.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 202 163 32 0 0.19 0.84 0.21 46.24 0.73 0.46
Hex CA A3 20 0 13 54 15 2E 49 2E
Octal 312 243 40 0 23 124 25 56 111 56
Binary 11001010 10100011 100000 0 10011 1010100 10101 101110 1001001 101110

Color Harmonies of #CAA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA320

Black with #CAA320

Text Example


Text Example

White with #CAA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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