#C8D722

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

Shades of Fuego #C8D722

Tints of Fuego #C8D722

Color information

#C8D722 (or 0xC8D722) is unknown color: approx Fuego. HEX triplet: C8, D7 and 22. RGB value is (200,215,34). Sum of RGB (Red+Green+Blue) = 200+215+34=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D722 is #3728DD. Grayscale: #BEBEBE. Windows color (decimal): -3614942 or 2283464. OLE color: 2283464.

HSL color Cylindrical-coordinate representation of color #C8D722: hue angle of 64.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8D722 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB20021534-
CMYK0.0700.840.16
HSL64.97º72.69%48.82%-
HSV(B)64.97º84.19%84.31%-
XYZ48.416110.74-
YUV189.8840.03135.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 215 (84.38% from 255) = 47.88%
BLUE value IS 34 (13.67% from 255) = 7.57%
R=44.54%
G=47.88%
B=7.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200215340.0700.840.1664.9772.6948.82
HexC8D722705410414931
Octal31032742701242010111161
Binary1100100011010111100010111010101001000010000011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D722; }

 p { color: rgb(200,215,34); }

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

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

 a { background-color: rgb(200,215,34); }

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

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

 span { border-color: rgb(200,215,34); }

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