Html Css Color HEX #CAA829 Galliano

📋 copy color: '#CAA829'

red 202 ◦ green 168 ◦ blue 41

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

Shades of Galliano #CAA829

Tints of Galliano #CAA829

RGB

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

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

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

R = 49.15%
G = 40.88%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAA829 (or 0xCAA829) is known color: Galliano. HEX triplet: CA, A8 and 29. RGB value is (202,168,41). Sum of RGB (Red+Green+Blue) = 202+168+41=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA829 is #3557D6. Grayscale: #A4A4A4. Windows color (decimal): -3495895 or 2730186. OLE color: 2730186.

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

Color convert

RGB 202 168 41 -
CMYK 0 0.17 0.80 0.21
HSL 47.33º 0.66% 0.48% -
HSV(B) 47.33º 0.8% 0.79% -
XYZ 38.76 40.72 7.92 -
YUV 163.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 202 168 41 0 0.17 0.80 0.21 47.33 0.66 0.48
Hex CA A8 29 0 11 50 15 2F 42 30
Octal 312 250 51 0 21 120 25 57 102 60
Binary 11001010 10101000 101001 0 10001 1010000 10101 101111 1000010 110000

Color Harmonies of #CAA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA829

Black with #CAA829

Text Example


Text Example

White with #CAA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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