#DEC750

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

Shades of Confetti #DEC750

Tints of Confetti #DEC750

Color information

#DEC750 (or 0xDEC750) is unknown color: approx Confetti. HEX triplet: DE, C7 and 50. RGB value is (222,199,80). Sum of RGB (Red+Green+Blue) = 222+199+80=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC750 is #2138AF. Grayscale: #C0C0C0. Windows color (decimal): -2177200 or 5294046. OLE color: 5294046.

HSL color Cylindrical-coordinate representation of color #DEC750: hue angle of 50.28º 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 #DEC750 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB22219980-
CMYK00.100.640.13
HSL50.28º68.27%59.22%-
HSV(B)50.28º63.96%87.06%-
XYZ5256.9615.84-
YUV192.3164.62149.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 199 (78.12% from 255) = 39.72%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=44.31%
G=39.72%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221998000.100.640.1350.2868.2759.22
HexDEC7500A40D32443b
Octal336307120012100156210473
Binary1101111011000111101000001010100000011011100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC750; }

 p { color: rgb(222,199,80); }

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

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

 a { background-color: rgb(222,199,80); }

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

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

 span { border-color: rgb(222,199,80); }

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