#DEC651

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

Shades of Confetti #DEC651

Tints of Confetti #DEC651

Color information

#DEC651 (or 0xDEC651) is unknown color: approx Confetti. HEX triplet: DE, C6 and 51. RGB value is (222,198,81). Sum of RGB (Red+Green+Blue) = 222+198+81=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC651 is #2139AE. Grayscale: #C0C0C0. Windows color (decimal): -2177455 or 5359326. OLE color: 5359326.

HSL color Cylindrical-coordinate representation of color #DEC651: hue angle of 49.79º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEC651 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22219881-
CMYK00.110.640.13
HSL49.79º68.12%59.41%-
HSV(B)49.79º63.51%87.06%-
XYZ51.856.5115.96-
YUV191.8465.45149.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=44.31%
G=39.52%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221988100.110.640.1349.7968.1259.41
HexDEC6510B40D32443b
Octal336306121013100156210473
Binary1101111011000110101000101011100000011011100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC651; }

 p { color: rgb(222,198,81); }

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

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

 a { background-color: rgb(222,198,81); }

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

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

 span { border-color: rgb(222,198,81); }

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