Html Css Color HEX #CAA528 Galliano

📋 copy color: '#CAA528'

red 202 ◦ green 165 ◦ blue 40

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

Shades of Galliano #CAA528

Tints of Galliano #CAA528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 49.63%
G = 40.54%
B = 9.83%

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

#CAA528 (or 0xCAA528) is known color: Galliano. HEX triplet: CA, A5 and 28. RGB value is (202,165,40). Sum of RGB (Red+Green+Blue) = 202+165+40=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA528 is #355AD7. Grayscale: #A2A2A2. Windows color (decimal): -3496664 or 2663882. OLE color: 2663882.

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

Color convert

RGB 202 165 40 -
CMYK 0 0.18 0.80 0.21
HSL 46.3º 0.67% 0.47% -
HSV(B) 46.3º 0.8% 0.79% -
XYZ 38.2 39.62 7.64 -
YUV 161.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 202 165 40 0 0.18 0.80 0.21 46.3 0.67 0.47
Hex CA A5 28 0 12 50 15 2E 43 2F
Octal 312 245 50 0 22 120 25 56 103 57
Binary 11001010 10100101 101000 0 10010 1010000 10101 101110 1000011 101111

Color Harmonies of #CAA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA528

Black with #CAA528

Text Example


Text Example

White with #CAA528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA528; }

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

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

background-color css

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

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

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

border-color css

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

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

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