Html Css Color HEX #C4B810 La Rioja

📋 copy color: '#C4B810'

red 196 ◦ green 184 ◦ blue 16

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

Shades of La Rioja #C4B810

Tints of La Rioja #C4B810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.46%

 BLUE value IS 16 (6.64% from 255) = 4.04%

R = 49.49%
G = 46.46%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4B810 (or 0xC4B810) is known color: La Rioja. HEX triplet: C4, B8 and 10. RGB value is (196,184,16). Sum of RGB (Red+Green+Blue) = 196+184+16=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B810 is #3B47EF. Grayscale: #A9A9A9. Windows color (decimal): -3885040 or 1095876. OLE color: 1095876.

HSL color Cylindrical-coordinate representation of color #C4B810: hue angle of 56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4B810 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 184 16 -
CMYK 0 0.06 0.92 0.23
HSL 56º 0.85% 0.42% -
HSV(B) 56º 0.92% 0.77% -
XYZ 40 46.05 7.27 -
YUV 168.44 41.98 147.66 -
System Red Green Blue C M Y K H S L
Decimal 196 184 16 0 0.06 0.92 0.23 56 0.85 0.42
Hex C4 B8 10 0 6 5C 17 38 55 2A
Octal 304 270 20 0 6 134 27 70 125 52
Binary 11000100 10111000 10000 0 110 1011100 10111 111000 1010101 101010

Color Harmonies of #C4B810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B810

Black with #C4B810

Text Example


Text Example

White with #C4B810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B810; }

 p { color: rgb(196,184,16); }

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

background-color css

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

 a { background-color: rgb(196,184,16); }

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

border-color css

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

 span { border-color: rgb(196,184,16); }

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