Html Css Color HEX #C5CD11 La Rioja

📋 copy color: '#C5CD11'

red 197 ◦ green 205 ◦ blue 17

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

Shades of La Rioja #C5CD11

Tints of La Rioja #C5CD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.93%

 BLUE value IS 17 (7.03% from 255) = 4.06%

R = 47.02%
G = 48.93%
B = 4.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#C5CD11 (or 0xC5CD11) is known color: La Rioja. HEX triplet: C5, CD and 11. RGB value is (197,205,17). Sum of RGB (Red+Green+Blue) = 197+205+17=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CD11 is #3A32EE. Grayscale: #B5B5B5. Windows color (decimal): -3814127 or 1166789. OLE color: 1166789.

HSL color Cylindrical-coordinate representation of color #C5CD11: hue angle of 62.55º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5CD11 is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 17 -
CMYK 0.04 0 0.92 0.20
HSL 62.55º 0.85% 0.44% -
HSV(B) 62.55º 0.92% 0.8% -
XYZ 44.96 55.57 8.89 -
YUV 181.18 35.35 139.29 -
System Red Green Blue C M Y K H S L
Decimal 197 205 17 0.04 0 0.92 0.20 62.55 0.85 0.44
Hex C5 CD 11 4 0 5C 14 3F 55 2C
Octal 305 315 21 4 0 134 24 77 125 54
Binary 11000101 11001101 10001 100 0 1011100 10100 111111 1010101 101100

Color Harmonies of #C5CD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD11

Black with #C5CD11

Text Example


Text Example

White with #C5CD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD11; }

 p { color: rgb(197,205,17); }

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

background-color css

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

 a { background-color: rgb(197,205,17); }

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

border-color css

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

 span { border-color: rgb(197,205,17); }

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