Html Css Color HEX #CAA325 Galliano

📋 copy color: '#CAA325'

red 202 ◦ green 163 ◦ blue 37

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

Shades of Galliano #CAA325

Tints of Galliano #CAA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 50.25%
G = 40.55%
B = 9.2%

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

#CAA325 (or 0xCAA325) is known color: Galliano. HEX triplet: CA, A3 and 25. RGB value is (202,163,37). Sum of RGB (Red+Green+Blue) = 202+163+37=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA325 is #355CDA. Grayscale: #A0A0A0. Windows color (decimal): -3497179 or 2466762. OLE color: 2466762.

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

Color convert

RGB 202 163 37 -
CMYK 0 0.19 0.82 0.21
HSL 45.82º 0.69% 0.47% -
HSV(B) 45.82º 0.82% 0.79% -
XYZ 37.79 38.88 7.26 -
YUV 160.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 202 163 37 0 0.19 0.82 0.21 45.82 0.69 0.47
Hex CA A3 25 0 13 52 15 2E 45 2F
Octal 312 243 45 0 23 122 25 56 105 57
Binary 11001010 10100011 100101 0 10011 1010010 10101 101110 1000101 101111

Color Harmonies of #CAA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA325

Black with #CAA325

Text Example


Text Example

White with #CAA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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