Html Css Color HEX #CAA919 Galliano

📋 copy color: '#CAA919'

red 202 ◦ green 169 ◦ blue 25

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

Shades of Galliano #CAA919

Tints of Galliano #CAA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.68%

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

R = 51.01%
G = 42.68%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA919 (or 0xCAA919) is known color: Galliano. HEX triplet: CA, A9 and 19. RGB value is (202,169,25). Sum of RGB (Red+Green+Blue) = 202+169+25=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA919 is #3556E6. Grayscale: #A3A3A3. Windows color (decimal): -3495655 or 1681866. OLE color: 1681866.

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

Color convert

RGB 202 169 25 -
CMYK 0 0.16 0.88 0.21
HSL 48.81º 0.78% 0.45% -
HSV(B) 48.81º 0.88% 0.79% -
XYZ 38.72 41 6.79 -
YUV 162.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 202 169 25 0 0.16 0.88 0.21 48.81 0.78 0.45
Hex CA A9 19 0 10 58 15 31 4E 2D
Octal 312 251 31 0 20 130 25 61 116 55
Binary 11001010 10101001 11001 0 10000 1011000 10101 110001 1001110 101101

Color Harmonies of #CAA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA919

Black with #CAA919

Text Example


Text Example

White with #CAA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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