#ded14d

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

Shades of Confetti #DED14D

Tints of Confetti #DED14D

Color information

#DED14D (or 0xDED14D) is unknown color: approx Confetti. HEX triplet: DE, D1 and 4D. RGB value is (222,209,77). Sum of RGB (Red+Green+Blue) = 222+209+77=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DED14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED14D is #212EB2. Grayscale: #C6C6C6. Windows color (decimal): -2174643 or 5099998. OLE color: 5099998.

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

Color convert

RGB22220977-
CMYK00.060.650.13
HSL54.62º68.72%58.63%-
HSV(B)54.62º65.32%87.06%-
XYZ54.2661.6716.06-
YUV197.8459.81145.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 77 (30.47% from 255) = 15.16%
R=43.70%
G=41.14%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222097700.060.650.1354.6268.7258.63
HexDED14D0641D37453b
Octal33632111506101156710573
Binary110111101101000110011010110100000111011101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ded14d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ded14d; }

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

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

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

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

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

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

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

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