Html Css Color HEX #CAA429 Galliano

📋 copy color: '#CAA429'

red 202 ◦ green 164 ◦ blue 41

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

Shades of Galliano #CAA429

Tints of Galliano #CAA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 49.63%
G = 40.29%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAA429 (or 0xCAA429) is known color: Galliano. HEX triplet: CA, A4 and 29. RGB value is (202,164,41). Sum of RGB (Red+Green+Blue) = 202+164+41=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA429 is #355BD6. Grayscale: #A1A1A1. Windows color (decimal): -3496919 or 2729162. OLE color: 2729162.

HSL color Cylindrical-coordinate representation of color #CAA429: hue angle of 45.84º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAA429 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 41 -
CMYK 0 0.19 0.80 0.21
HSL 45.84º 0.66% 0.48% -
HSV(B) 45.84º 0.8% 0.79% -
XYZ 38.03 39.27 7.67 -
YUV 161.34 60.09 157 -
System Red Green Blue C M Y K H S L
Decimal 202 164 41 0 0.19 0.80 0.21 45.84 0.66 0.48
Hex CA A4 29 0 13 50 15 2E 42 30
Octal 312 244 51 0 23 120 25 56 102 60
Binary 11001010 10100100 101001 0 10011 1010000 10101 101110 1000010 110000

Color Harmonies of #CAA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA429

Black with #CAA429

Text Example


Text Example

White with #CAA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA429; }

 p { color: rgb(202,164,41); }

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

background-color css

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

 a { background-color: rgb(202,164,41); }

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

border-color css

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

 span { border-color: rgb(202,164,41); }

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