Html Css Color HEX #CAA629 Galliano

📋 copy color: '#CAA629'

red 202 ◦ green 166 ◦ blue 41

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

Shades of Galliano #CAA629

Tints of Galliano #CAA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.59%

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

R = 49.39%
G = 40.59%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAA629 (or 0xCAA629) is known color: Galliano. HEX triplet: CA, A6 and 29. RGB value is (202,166,41). Sum of RGB (Red+Green+Blue) = 202+166+41=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA629 is #3559D6. Grayscale: #A3A3A3. Windows color (decimal): -3496407 or 2729674. OLE color: 2729674.

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

Color convert

RGB 202 166 41 -
CMYK 0 0.18 0.80 0.21
HSL 46.58º 0.66% 0.48% -
HSV(B) 46.58º 0.8% 0.79% -
XYZ 38.39 39.99 7.79 -
YUV 162.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 202 166 41 0 0.18 0.80 0.21 46.58 0.66 0.48
Hex CA A6 29 0 12 50 15 2F 42 30
Octal 312 246 51 0 22 120 25 57 102 60
Binary 11001010 10100110 101001 0 10010 1010000 10101 101111 1000010 110000

Color Harmonies of #CAA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA629

Black with #CAA629

Text Example


Text Example

White with #CAA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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