Html Css Color HEX #C5AA01 La Rioja

📋 copy color: '#C5AA01'

red 197 ◦ green 170 ◦ blue 1

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

Shades of La Rioja #C5AA01

Tints of La Rioja #C5AA01

RGB

 RED value IS 197 (77.34% from 255) = 53.53%

 GREEN value IS 170 (66.8% from 255) = 46.2%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 53.53%
G = 46.2%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5AA01 (or 0xC5AA01) is known color: La Rioja. HEX triplet: C5, AA and 01. RGB value is (197,170,1). Sum of RGB (Red+Green+Blue) = 197+170+1=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AA01 is #3A55FE. Grayscale: #9F9F9F. Windows color (decimal): -3823103 or 109253. OLE color: 109253.

HSL color Cylindrical-coordinate representation of color #C5AA01: hue angle of 51.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5AA01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 170 1 -
CMYK 0 0.14 0.99 0.23
HSL 51.73º 0.99% 0.39% -
HSV(B) 51.73º 0.99% 0.77% -
XYZ 37.41 40.62 5.9 -
YUV 158.81 38.95 155.24 -
System Red Green Blue C M Y K H S L
Decimal 197 170 1 0 0.14 0.99 0.23 51.73 0.99 0.39
Hex C5 AA 1 0 E 63 17 34 63 27
Octal 305 252 1 0 16 143 27 64 143 47
Binary 11000101 10101010 1 0 1110 1100011 10111 110100 1100011 100111

Color Harmonies of #C5AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA01

Black with #C5AA01

Text Example


Text Example

White with #C5AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA01; }

 p { color: rgb(197,170,1); }

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

background-color css

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

 a { background-color: rgb(197,170,1); }

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

border-color css

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

 span { border-color: rgb(197,170,1); }

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