#C7D31F

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

Shades of Fuego #C7D31F

Tints of Fuego #C7D31F

Color information

#C7D31F (or 0xC7D31F) is unknown color: approx Fuego. HEX triplet: C7, D3 and 1F. RGB value is (199,211,31). Sum of RGB (Red+Green+Blue) = 199+211+31=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 31 (12.5% from 255 or 7.03% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D31F is #382CE0. Grayscale: #BBBBBB. Windows color (decimal): -3681505 or 2085831. OLE color: 2085831.

HSL color Cylindrical-coordinate representation of color #C7D31F: hue angle of 64º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7D31F is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB19921131-
CMYK0.0600.850.17
HSL64º74.38%47.45%-
HSV(B)64º85.31%82.75%-
XYZ47.0958.8310.17-
YUV186.8940.02136.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 211 (82.81% from 255) = 47.85%
BLUE value IS 31 (12.5% from 255) = 7.03%
R=45.12%
G=47.85%
B=7.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal199211310.0600.850.176474.3847.45
HexC7D31F605511404a2f
Octal30732337601252110011257
Binary110001111101001111111110010101011000110000001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D31F; }

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

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

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

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

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

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

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

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