Html Css Color HEX #C2B714 La Rioja

📋 copy color: '#C2B714'

red 194 ◦ green 183 ◦ blue 20

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

Shades of La Rioja #C2B714

Tints of La Rioja #C2B714

RGB

 RED value IS 194 (76.17% from 255) = 48.87%

 GREEN value IS 183 (71.88% from 255) = 46.1%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 48.87%
G = 46.1%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2B714 (or 0xC2B714) is known color: La Rioja. HEX triplet: C2, B7 and 14. RGB value is (194,183,20). Sum of RGB (Red+Green+Blue) = 194+183+20=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B714 is #3D48EB. Grayscale: #A8A8A8. Windows color (decimal): -4016364 or 1357762. OLE color: 1357762.

HSL color Cylindrical-coordinate representation of color #C2B714: hue angle of 56.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2B714 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 20 -
CMYK 0 0.06 0.90 0.24
HSL 56.21º 0.81% 0.42% -
HSV(B) 56.21º 0.9% 0.76% -
XYZ 39.31 45.39 7.35 -
YUV 167.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 194 183 20 0 0.06 0.90 0.24 56.21 0.81 0.42
Hex C2 B7 14 0 6 5A 18 38 51 2A
Octal 302 267 24 0 6 132 30 70 121 52
Binary 11000010 10110111 10100 0 110 1011010 11000 111000 1010001 101010

Color Harmonies of #C2B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B714

Black with #C2B714

Text Example


Text Example

White with #C2B714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B714; }

 p { color: rgb(194,183,20); }

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

background-color css

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

 a { background-color: rgb(194,183,20); }

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

border-color css

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

 span { border-color: rgb(194,183,20); }

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