Html Css Color HEX #CAA024 Galliano

📋 copy color: '#CAA024'

red 202 ◦ green 160 ◦ blue 36

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

Shades of Galliano #CAA024

Tints of Galliano #CAA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.2%

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

R = 50.75%
G = 40.2%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAA024 (or 0xCAA024) is known color: Galliano. HEX triplet: CA, A0 and 24. RGB value is (202,160,36). Sum of RGB (Red+Green+Blue) = 202+160+36=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA024 is #355FDB. Grayscale: #9E9E9E. Windows color (decimal): -3497948 or 2400458. OLE color: 2400458.

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

Color convert

RGB 202 160 36 -
CMYK 0 0.21 0.82 0.21
HSL 44.82º 0.7% 0.47% -
HSV(B) 44.82º 0.82% 0.79% -
XYZ 37.25 37.83 7.01 -
YUV 158.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 202 160 36 0 0.21 0.82 0.21 44.82 0.7 0.47
Hex CA A0 24 0 15 52 15 2D 46 2F
Octal 312 240 44 0 25 122 25 55 106 57
Binary 11001010 10100000 100100 0 10101 1010010 10101 101101 1000110 101111

Color Harmonies of #CAA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA024

Black with #CAA024

Text Example


Text Example

White with #CAA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA024; }

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

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

background-color css

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

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

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

border-color css

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

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

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