Html Css Color HEX #CAA729 Galliano

📋 copy color: '#CAA729'

red 202 ◦ green 167 ◦ blue 41

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

Shades of Galliano #CAA729

Tints of Galliano #CAA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.73%

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

R = 49.27%
G = 40.73%
B = 10%

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

#CAA729 (or 0xCAA729) is known color: Galliano. HEX triplet: CA, A7 and 29. RGB value is (202,167,41). Sum of RGB (Red+Green+Blue) = 202+167+41=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA729 is #3558D6. Grayscale: #A3A3A3. Windows color (decimal): -3496151 or 2729930. OLE color: 2729930.

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

Color convert

RGB 202 167 41 -
CMYK 0 0.17 0.80 0.21
HSL 46.96º 0.66% 0.48% -
HSV(B) 46.96º 0.8% 0.79% -
XYZ 38.58 40.35 7.85 -
YUV 163.1 59.1 155.75 -
System Red Green Blue C M Y K H S L
Decimal 202 167 41 0 0.17 0.80 0.21 46.96 0.66 0.48
Hex CA A7 29 0 11 50 15 2F 42 30
Octal 312 247 51 0 21 120 25 57 102 60
Binary 11001010 10100111 101001 0 10001 1010000 10101 101111 1000010 110000

Color Harmonies of #CAA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA729

Black with #CAA729

Text Example


Text Example

White with #CAA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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