#DED14B

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

Shades of Confetti #DED14B

Tints of Confetti #DED14B

Color information

#DED14B (or 0xDED14B) is unknown color: approx Confetti. HEX triplet: DE, D1 and 4B. RGB value is (222,209,75). Sum of RGB (Red+Green+Blue) = 222+209+75=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED14B is #212EB4. Grayscale: #C6C6C6. Windows color (decimal): -2174645 or 4968926. OLE color: 4968926.

HSL color Cylindrical-coordinate representation of color #DED14B: hue angle of 54.69º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DED14B is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22220975-
CMYK00.060.660.13
HSL54.69º69.01%58.24%-
HSV(B)54.69º66.22%87.06%-
XYZ54.1961.6415.7-
YUV197.6158.81145.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 75 (29.69% from 255) = 14.82%
R=43.87%
G=41.30%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222097500.060.660.1354.6969.0158.24
HexDED14B0642D37453a
Octal33632111306102156710572
Binary110111101101000110010110110100001011011101111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED14B; }

 p { color: rgb(222,209,75); }

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

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

 a { background-color: rgb(222,209,75); }

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

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

 span { border-color: rgb(222,209,75); }

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