Html Css Color HEX #C7D316 Rio Grande

📋 copy color: '#C7D316'

red 199 ◦ green 211 ◦ blue 22

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

Shades of Rio Grande #C7D316

Tints of Rio Grande #C7D316

RGB

 RED value IS 199 (78.13% from 255) = 46.06%

 GREEN value IS 211 (82.81% from 255) = 48.84%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 46.06%
G = 48.84%
B = 5.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#C7D316 (or 0xC7D316) is known color: Rio Grande. HEX triplet: C7, D3 and 16. RGB value is (199,211,22). Sum of RGB (Red+Green+Blue) = 199+211+22=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D316 is #382CE9. Grayscale: #BABABA. Windows color (decimal): -3681514 or 1496007. OLE color: 1496007.

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

Color convert

RGB 199 211 22 -
CMYK 0.06 0 0.90 0.17
HSL 63.81º 0.81% 0.46% -
HSV(B) 63.81º 0.9% 0.83% -
XYZ 46.99 58.79 9.63 -
YUV 185.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 199 211 22 0.06 0 0.90 0.17 63.81 0.81 0.46
Hex C7 D3 16 6 0 5A 11 40 51 2E
Octal 307 323 26 6 0 132 21 100 121 56
Binary 11000111 11010011 10110 110 0 1011010 10001 1000000 1010001 101110

Color Harmonies of #C7D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D316

Black with #C7D316

Text Example


Text Example

White with #C7D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D316; }

 p { color: rgb(199,211,22); }

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

background-color css

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

 a { background-color: rgb(199,211,22); }

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

border-color css

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

 span { border-color: rgb(199,211,22); }

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