Html Css Color HEX #CAA918 Galliano

📋 copy color: '#CAA918'

red 202 ◦ green 169 ◦ blue 24

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

Shades of Galliano #CAA918

Tints of Galliano #CAA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 51.14%
G = 42.78%
B = 6.08%

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

#CAA918 (or 0xCAA918) is known color: Galliano. HEX triplet: CA, A9 and 18. RGB value is (202,169,24). Sum of RGB (Red+Green+Blue) = 202+169+24=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA918 is #3556E7. Grayscale: #A2A2A2. Windows color (decimal): -3495656 or 1616330. OLE color: 1616330.

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

Color convert

RGB 202 169 24 -
CMYK 0 0.16 0.88 0.21
HSL 48.88º 0.79% 0.44% -
HSV(B) 48.88º 0.88% 0.79% -
XYZ 38.71 41 6.74 -
YUV 162.34 49.93 156.29 -
System Red Green Blue C M Y K H S L
Decimal 202 169 24 0 0.16 0.88 0.21 48.88 0.79 0.44
Hex CA A9 18 0 10 58 15 31 4F 2C
Octal 312 251 30 0 20 130 25 61 117 54
Binary 11001010 10101001 11000 0 10000 1011000 10101 110001 1001111 101100

Color Harmonies of #CAA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA918

Black with #CAA918

Text Example


Text Example

White with #CAA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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