#C8D916

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

Shades of Fuego #C8D916

Tints of Fuego #C8D916

Color information

#C8D916 (or 0xC8D916) is unknown color: approx Fuego. HEX triplet: C8, D9 and 16. RGB value is (200,217,22). Sum of RGB (Red+Green+Blue) = 200+217+22=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 217 (85.16% from 255 or 49.43% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D916 is #3726E9. Grayscale: #BEBEBE. Windows color (decimal): -3614442 or 1497544. OLE color: 1497544.

HSL color Cylindrical-coordinate representation of color #C8D916: hue angle of 65.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D916 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB20021722-
CMYK0.0800.900.15
HSL65.23º81.59%46.86%-
HSV(B)65.23º89.86%85.1%-
XYZ48.7861.9610.15-
YUV189.6933.37135.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 217 (85.16% from 255) = 49.43%
BLUE value IS 22 (8.98% from 255) = 5.01%
R=45.56%
G=49.43%
B=5.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200217220.0800.900.1565.2381.5946.86
HexC8D916805AF41522f
Octal310331261001321710112257
Binary110010001101100110110100001011010111110000011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D916; }

 p { color: rgb(200,217,22); }

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

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

 a { background-color: rgb(200,217,22); }

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

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

 span { border-color: rgb(200,217,22); }

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