Html Css Color HEX #C4C60D La Rioja

📋 copy color: '#C4C60D'

red 196 ◦ green 198 ◦ blue 13

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

Shades of La Rioja #C4C60D

Tints of La Rioja #C4C60D

RGB

 RED value IS 196 (76.95% from 255) = 48.16%

 GREEN value IS 198 (77.73% from 255) = 48.65%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 48.16%
G = 48.65%
B = 3.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C4C60D (or 0xC4C60D) is known color: La Rioja. HEX triplet: C4, C6 and 0D. RGB value is (196,198,13). Sum of RGB (Red+Green+Blue) = 196+198+13=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C60D is #3B39F2. Grayscale: #B1B1B1. Windows color (decimal): -3881459 or 902852. OLE color: 902852.

HSL color Cylindrical-coordinate representation of color #C4C60D: hue angle of 60.65º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4C60D is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 198 13 -
CMYK 0.01 0 0.93 0.22
HSL 60.65º 0.88% 0.41% -
HSV(B) 60.65º 0.93% 0.78% -
XYZ 43.03 52.15 8.18 -
YUV 176.31 35.84 142.04 -
System Red Green Blue C M Y K H S L
Decimal 196 198 13 0.01 0 0.93 0.22 60.65 0.88 0.41
Hex C4 C6 D 1 0 5D 16 3D 58 29
Octal 304 306 15 1 0 135 26 75 130 51
Binary 11000100 11000110 1101 1 0 1011101 10110 111101 1011000 101001

Color Harmonies of #C4C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C60D

Black with #C4C60D

Text Example


Text Example

White with #C4C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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