Html Css Color HEX #CAA52B Galliano

📋 copy color: '#CAA52B'

red 202 ◦ green 165 ◦ blue 43

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

Shades of Galliano #CAA52B

Tints of Galliano #CAA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 49.27%
G = 40.24%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CAA52B (or 0xCAA52B) is known color: Galliano. HEX triplet: CA, A5 and 2B. RGB value is (202,165,43). Sum of RGB (Red+Green+Blue) = 202+165+43=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA52B is #355AD4. Grayscale: #A2A2A2. Windows color (decimal): -3496661 or 2860490. OLE color: 2860490.

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

Color convert

RGB 202 165 43 -
CMYK 0 0.18 0.79 0.21
HSL 46.04º 0.65% 0.48% -
HSV(B) 46.04º 0.79% 0.79% -
XYZ 38.25 39.64 7.92 -
YUV 162.16 60.76 156.42 -
System Red Green Blue C M Y K H S L
Decimal 202 165 43 0 0.18 0.79 0.21 46.04 0.65 0.48
Hex CA A5 2B 0 12 4F 15 2E 41 30
Octal 312 245 53 0 22 117 25 56 101 60
Binary 11001010 10100101 101011 0 10010 1001111 10101 101110 1000001 110000

Color Harmonies of #CAA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA52B

Black with #CAA52B

Text Example


Text Example

White with #CAA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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