#C7DC2A

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

Shades of Fuego #C7DC2A

Tints of Fuego #C7DC2A

Color information

#C7DC2A (or 0xC7DC2A) is unknown color: approx Fuego. HEX triplet: C7, DC and 2A. RGB value is (199,220,42). Sum of RGB (Red+Green+Blue) = 199+220+42=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC2A is #3823D5. Grayscale: #C2C2C2. Windows color (decimal): -3679190 or 2809031. OLE color: 2809031.

HSL color Cylindrical-coordinate representation of color #C7DC2A: hue angle of 67.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7DC2A is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB19922042-
CMYK0.1000.810.14
HSL67.08º71.77%51.37%-
HSV(B)67.08º80.91%86.27%-
XYZ49.5663.511.83-
YUV193.4342.54131.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=43.17%
G=47.72%
B=9.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199220420.1000.810.1467.0871.7751.37
HexC7DC2AA051E434833
Octal307334521201211610311063
Binary1100011111011100101010101001010001111010000111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DC2A; }

 p { color: rgb(199,220,42); }

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

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

 a { background-color: rgb(199,220,42); }

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

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

 span { border-color: rgb(199,220,42); }

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