Html Css Color HEX #CAA521 Galliano

📋 copy color: '#CAA521'

red 202 ◦ green 165 ◦ blue 33

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

Shades of Galliano #CAA521

Tints of Galliano #CAA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 50.5%
G = 41.25%
B = 8.25%

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

#CAA521 (or 0xCAA521) is known color: Galliano. HEX triplet: CA, A5 and 21. RGB value is (202,165,33). Sum of RGB (Red+Green+Blue) = 202+165+33=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA521 is #355ADE. Grayscale: #A1A1A1. Windows color (decimal): -3496671 or 2205130. OLE color: 2205130.

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

Color convert

RGB 202 165 33 -
CMYK 0 0.18 0.84 0.21
HSL 46.86º 0.72% 0.46% -
HSV(B) 46.86º 0.84% 0.79% -
XYZ 38.09 39.58 7.07 -
YUV 161.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 202 165 33 0 0.18 0.84 0.21 46.86 0.72 0.46
Hex CA A5 21 0 12 54 15 2F 48 2E
Octal 312 245 41 0 22 124 25 57 110 56
Binary 11001010 10100101 100001 0 10010 1010100 10101 101111 1001000 101110

Color Harmonies of #CAA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA521

Black with #CAA521

Text Example


Text Example

White with #CAA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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