#c4d10d

Color #C4D10D La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C4D10D

Tints of La Rioja #C4D10D

Color information

#C4D10D (or 0xC4D10D) is unknown color: approx La Rioja. HEX triplet: C4, D1 and 0D. RGB value is (196,209,13). Sum of RGB (Red+Green+Blue) = 196+209+13=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D10D is #3B2EF2. Grayscale: #B7B7B7. Windows color (decimal): -3878643 or 905668. OLE color: 905668.

HSL color Cylindrical-coordinate representation of color #C4D10D: hue angle of 63.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D10D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB19620913-
CMYK0.0600.940.18
HSL63.98º88.29%43.53%-
HSV(B)63.98º93.78%81.96%-
XYZ45.6457.379.05-
YUV182.7732.19137.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 209 (82.03% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 3.11%
R=46.89%
G=50%
B=3.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal196209130.0600.940.1863.9888.2943.53
HexC4D1D605E1240582c
Octal30432115601362210013054
Binary11000100110100011101110010111101001010000001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4d10d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4d10d; }

 p { color: rgb(196,209,13); }

 H1.HeaderClassName
 {
   color: #c4d10d;
 }
 .AnyTagClassName
 {
   color: #c4d10d;
 }
</style>
background-color css

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

 a { background-color: rgb(196,209,13); }

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

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

 span { border-color: rgb(196,209,13); }

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