Html Css Color HEX #DED14E Confetti

📋 copy color: '#DED14E'

red 222 ◦ green 209 ◦ blue 78

#DED14E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Confetti #DED14E

Tints of Confetti #DED14E

RGB

 RED value IS 222 (87.11% from 255) = 43.61%

 GREEN value IS 209 (82.03% from 255) = 41.06%

 BLUE value IS 78 (30.86% from 255) = 15.32%

R = 43.61%
G = 41.06%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DED14E (or 0xDED14E) is known color: Confetti. HEX triplet: DE, D1 and 4E. RGB value is (222,209,78). Sum of RGB (Red+Green+Blue) = 222+209+78=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED14E is #212EB1. Grayscale: #C6C6C6. Windows color (decimal): -2174642 or 5165534. OLE color: 5165534.

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

Color convert

RGB 222 209 78 -
CMYK 0 0.06 0.65 0.13
HSL 54.58º 0.69% 0.59% -
HSV(B) 54.58º 0.65% 0.87% -
XYZ 54.3 61.68 16.25 -
YUV 197.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 222 209 78 0 0.06 0.65 0.13 54.58 0.69 0.59
Hex DE D1 4E 0 6 41 D 37 45 3B
Octal 336 321 116 0 6 101 15 67 105 73
Binary 11011110 11010001 1001110 0 110 1000001 1101 110111 1000101 111011

Color Harmonies of #DED14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED14E

Black with #DED14E

Text Example


Text Example

White with #DED14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED14E; }

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

 H1.HeaderClassName
 {
   color: #DED14E;
 }
 .AnyTagClassName
 {
   color: #DED14E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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