Html Css Color HEX #CAA819 Galliano

📋 copy color: '#CAA819'

red 202 ◦ green 168 ◦ blue 25

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

Shades of Galliano #CAA819

Tints of Galliano #CAA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 51.14%
G = 42.53%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA819 (or 0xCAA819) is known color: Galliano. HEX triplet: CA, A8 and 19. RGB value is (202,168,25). Sum of RGB (Red+Green+Blue) = 202+168+25=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA819 is #3557E6. Grayscale: #A2A2A2. Windows color (decimal): -3495911 or 1681610. OLE color: 1681610.

HSL color Cylindrical-coordinate representation of color #CAA819: hue angle of 48.47º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAA819 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 25 -
CMYK 0 0.17 0.88 0.21
HSL 48.47º 0.78% 0.45% -
HSV(B) 48.47º 0.88% 0.79% -
XYZ 38.54 40.63 6.73 -
YUV 161.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 202 168 25 0 0.17 0.88 0.21 48.47 0.78 0.45
Hex CA A8 19 0 11 58 15 30 4E 2D
Octal 312 250 31 0 21 130 25 60 116 55
Binary 11001010 10101000 11001 0 10001 1011000 10101 110000 1001110 101101

Color Harmonies of #CAA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA819

Black with #CAA819

Text Example


Text Example

White with #CAA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA819; }

 p { color: rgb(202,168,25); }

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

background-color css

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

 a { background-color: rgb(202,168,25); }

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

border-color css

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

 span { border-color: rgb(202,168,25); }

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