Html Css Color HEX #CAA526 Galliano

📋 copy color: '#CAA526'

red 202 ◦ green 165 ◦ blue 38

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

Shades of Galliano #CAA526

Tints of Galliano #CAA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.38%

R = 49.88%
G = 40.74%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#CAA526 (or 0xCAA526) is known color: Galliano. HEX triplet: CA, A5 and 26. RGB value is (202,165,38). Sum of RGB (Red+Green+Blue) = 202+165+38=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 38 (15.23% from 255 or 9.38% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA526 is #355AD9. Grayscale: #A2A2A2. Windows color (decimal): -3496666 or 2532810. OLE color: 2532810.

HSL color Cylindrical-coordinate representation of color #CAA526: hue angle of 46.46º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAA526 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 38 -
CMYK 0 0.18 0.81 0.21
HSL 46.46º 0.68% 0.47% -
HSV(B) 46.46º 0.81% 0.79% -
XYZ 38.16 39.61 7.47 -
YUV 161.59 58.26 156.83 -
System Red Green Blue C M Y K H S L
Decimal 202 165 38 0 0.18 0.81 0.21 46.46 0.68 0.47
Hex CA A5 26 0 12 51 15 2E 44 2F
Octal 312 245 46 0 22 121 25 56 104 57
Binary 11001010 10100101 100110 0 10010 1010001 10101 101110 1000100 101111

Color Harmonies of #CAA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA526

Black with #CAA526

Text Example


Text Example

White with #CAA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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