Html Css Color HEX #CAA425 Galliano

📋 copy color: '#CAA425'

red 202 ◦ green 164 ◦ blue 37

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

Shades of Galliano #CAA425

Tints of Galliano #CAA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 50.12%
G = 40.69%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAA425 (or 0xCAA425) is known color: Galliano. HEX triplet: CA, A4 and 25. RGB value is (202,164,37). Sum of RGB (Red+Green+Blue) = 202+164+37=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA425 is #355BDA. Grayscale: #A1A1A1. Windows color (decimal): -3496923 or 2467018. OLE color: 2467018.

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

Color convert

RGB 202 164 37 -
CMYK 0 0.19 0.82 0.21
HSL 46.18º 0.69% 0.47% -
HSV(B) 46.18º 0.82% 0.79% -
XYZ 37.97 39.24 7.32 -
YUV 160.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 202 164 37 0 0.19 0.82 0.21 46.18 0.69 0.47
Hex CA A4 25 0 13 52 15 2E 45 2F
Octal 312 244 45 0 23 122 25 56 105 57
Binary 11001010 10100100 100101 0 10011 1010010 10101 101110 1000101 101111

Color Harmonies of #CAA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA425

Black with #CAA425

Text Example


Text Example

White with #CAA425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA425; }

 p { color: rgb(202,164,37); }

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

background-color css

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

 a { background-color: rgb(202,164,37); }

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

border-color css

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

 span { border-color: rgb(202,164,37); }

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