Html Css Color HEX #CAA529 Galliano

📋 copy color: '#CAA529'

red 202 ◦ green 165 ◦ blue 41

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

Shades of Galliano #CAA529

Tints of Galliano #CAA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.44%

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

R = 49.51%
G = 40.44%
B = 10.05%

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

#CAA529 (or 0xCAA529) is known color: Galliano. HEX triplet: CA, A5 and 29. RGB value is (202,165,41). Sum of RGB (Red+Green+Blue) = 202+165+41=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA529 is #355AD6. Grayscale: #A2A2A2. Windows color (decimal): -3496663 or 2729418. OLE color: 2729418.

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

Color convert

RGB 202 165 41 -
CMYK 0 0.18 0.80 0.21
HSL 46.21º 0.66% 0.48% -
HSV(B) 46.21º 0.8% 0.79% -
XYZ 38.21 39.63 7.73 -
YUV 161.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 202 165 41 0 0.18 0.80 0.21 46.21 0.66 0.48
Hex CA A5 29 0 12 50 15 2E 42 30
Octal 312 245 51 0 22 120 25 56 102 60
Binary 11001010 10100101 101001 0 10010 1010000 10101 101110 1000010 110000

Color Harmonies of #CAA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA529

Black with #CAA529

Text Example


Text Example

White with #CAA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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