Html Css Color HEX #CAA025 Galliano

📋 copy color: '#CAA025'

red 202 ◦ green 160 ◦ blue 37

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

Shades of Galliano #CAA025

Tints of Galliano #CAA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 50.63%
G = 40.1%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CAA025 (or 0xCAA025) is known color: Galliano. HEX triplet: CA, A0 and 25. RGB value is (202,160,37). Sum of RGB (Red+Green+Blue) = 202+160+37=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA025 is #355FDA. Grayscale: #9F9F9F. Windows color (decimal): -3497947 or 2465994. OLE color: 2465994.

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

Color convert

RGB 202 160 37 -
CMYK 0 0.21 0.82 0.21
HSL 44.73º 0.69% 0.47% -
HSV(B) 44.73º 0.82% 0.79% -
XYZ 37.26 37.83 7.09 -
YUV 158.54 59.41 159 -
System Red Green Blue C M Y K H S L
Decimal 202 160 37 0 0.21 0.82 0.21 44.73 0.69 0.47
Hex CA A0 25 0 15 52 15 2D 45 2F
Octal 312 240 45 0 25 122 25 55 105 57
Binary 11001010 10100000 100101 0 10101 1010010 10101 101101 1000101 101111

Color Harmonies of #CAA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA025

Black with #CAA025

Text Example


Text Example

White with #CAA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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