Html Css Color HEX #CAA029 Galliano

📋 copy color: '#CAA029'

red 202 ◦ green 160 ◦ blue 41

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

Shades of Galliano #CAA029

Tints of Galliano #CAA029

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.7%

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

R = 50.12%
G = 39.7%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAA029 (or 0xCAA029) is known color: Galliano. HEX triplet: CA, A0 and 29. RGB value is (202,160,41). Sum of RGB (Red+Green+Blue) = 202+160+41=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA029 is #355FD6. Grayscale: #9F9F9F. Windows color (decimal): -3497943 or 2728138. OLE color: 2728138.

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

Color convert

RGB 202 160 41 -
CMYK 0 0.21 0.80 0.21
HSL 44.35º 0.66% 0.48% -
HSV(B) 44.35º 0.8% 0.79% -
XYZ 37.33 37.86 7.44 -
YUV 158.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 202 160 41 0 0.21 0.80 0.21 44.35 0.66 0.48
Hex CA A0 29 0 15 50 15 2C 42 30
Octal 312 240 51 0 25 120 25 54 102 60
Binary 11001010 10100000 101001 0 10101 1010000 10101 101100 1000010 110000

Color Harmonies of #CAA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA029

Black with #CAA029

Text Example


Text Example

White with #CAA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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