Html Css Color HEX #CAA524 Galliano

📋 copy color: '#CAA524'

red 202 ◦ green 165 ◦ blue 36

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

Shades of Galliano #CAA524

Tints of Galliano #CAA524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 50.12%
G = 40.94%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAA524 (or 0xCAA524) is known color: Galliano. HEX triplet: CA, A5 and 24. RGB value is (202,165,36). Sum of RGB (Red+Green+Blue) = 202+165+36=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA524 is #355ADB. Grayscale: #A1A1A1. Windows color (decimal): -3496668 or 2401738. OLE color: 2401738.

HSL color Cylindrical-coordinate representation of color #CAA524: hue angle of 46.63º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAA524 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 36 -
CMYK 0 0.18 0.82 0.21
HSL 46.63º 0.7% 0.47% -
HSV(B) 46.63º 0.82% 0.79% -
XYZ 38.13 39.59 7.3 -
YUV 161.36 57.26 156.99 -
System Red Green Blue C M Y K H S L
Decimal 202 165 36 0 0.18 0.82 0.21 46.63 0.7 0.47
Hex CA A5 24 0 12 52 15 2F 46 2F
Octal 312 245 44 0 22 122 25 57 106 57
Binary 11001010 10100101 100100 0 10010 1010010 10101 101111 1000110 101111

Color Harmonies of #CAA524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA524

Black with #CAA524

Text Example


Text Example

White with #CAA524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA524; }

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

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

background-color css

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

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

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

border-color css

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

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

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