Html Css Color HEX #CAA917 Galliano

📋 copy color: '#CAA917'

red 202 ◦ green 169 ◦ blue 23

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

Shades of Galliano #CAA917

Tints of Galliano #CAA917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.84%

R = 51.27%
G = 42.89%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA917 (or 0xCAA917) is known color: Galliano. HEX triplet: CA, A9 and 17. RGB value is (202,169,23). Sum of RGB (Red+Green+Blue) = 202+169+23=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA917 is #3556E8. Grayscale: #A2A2A2. Windows color (decimal): -3495657 or 1550794. OLE color: 1550794.

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

Color convert

RGB 202 169 23 -
CMYK 0 0.16 0.89 0.21
HSL 48.94º 0.8% 0.44% -
HSV(B) 48.94º 0.89% 0.79% -
XYZ 38.7 40.99 6.68 -
YUV 162.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 202 169 23 0 0.16 0.89 0.21 48.94 0.8 0.44
Hex CA A9 17 0 10 59 15 31 50 2C
Octal 312 251 27 0 20 131 25 61 120 54
Binary 11001010 10101001 10111 0 10000 1011001 10101 110001 1010000 101100

Color Harmonies of #CAA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA917

Black with #CAA917

Text Example


Text Example

White with #CAA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA917; }

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

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

background-color css

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

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

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

border-color css

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

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

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