Html Css Color HEX #CAA720 Galliano

📋 copy color: '#CAA720'

red 202 ◦ green 167 ◦ blue 32

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

Shades of Galliano #CAA720

Tints of Galliano #CAA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

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

R = 50.37%
G = 41.65%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CAA720 (or 0xCAA720) is known color: Galliano. HEX triplet: CA, A7 and 20. RGB value is (202,167,32). Sum of RGB (Red+Green+Blue) = 202+167+32=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA720 is #3558DF. Grayscale: #A2A2A2. Windows color (decimal): -3496160 or 2140106. OLE color: 2140106.

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

Color convert

RGB 202 167 32 -
CMYK 0 0.17 0.84 0.21
HSL 47.65º 0.73% 0.46% -
HSV(B) 47.65º 0.84% 0.79% -
XYZ 38.44 40.3 7.12 -
YUV 162.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 202 167 32 0 0.17 0.84 0.21 47.65 0.73 0.46
Hex CA A7 20 0 11 54 15 30 49 2E
Octal 312 247 40 0 21 124 25 60 111 56
Binary 11001010 10100111 100000 0 10001 1010100 10101 110000 1001001 101110

Color Harmonies of #CAA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA720

Black with #CAA720

Text Example


Text Example

White with #CAA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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