Html Css Color HEX #C5AF04 La Rioja

📋 copy color: '#C5AF04'

red 197 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #C5AF04

Tints of La Rioja #C5AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.54%

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 52.39%
G = 46.54%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C5AF04 (or 0xC5AF04) is known color: La Rioja. HEX triplet: C5, AF and 04. RGB value is (197,175,4). Sum of RGB (Red+Green+Blue) = 197+175+4=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF04 is #3A50FB. Grayscale: #A2A2A2. Windows color (decimal): -3821820 or 307141. OLE color: 307141.

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

Color convert

RGB 197 175 4 -
CMYK 0 0.11 0.98 0.23
HSL 53.16º 0.96% 0.39% -
HSV(B) 53.16º 0.98% 0.77% -
XYZ 38.38 42.54 6.3 -
YUV 162.08 38.79 152.9 -
System Red Green Blue C M Y K H S L
Decimal 197 175 4 0 0.11 0.98 0.23 53.16 0.96 0.39
Hex C5 AF 4 0 B 62 17 35 60 27
Octal 305 257 4 0 13 142 27 65 140 47
Binary 11000101 10101111 100 0 1011 1100010 10111 110101 1100000 100111

Color Harmonies of #C5AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF04

Black with #C5AF04

Text Example


Text Example

White with #C5AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF04; }

 p { color: rgb(197,175,4); }

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

background-color css

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

 a { background-color: rgb(197,175,4); }

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

border-color css

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

 span { border-color: rgb(197,175,4); }

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