Html Css Color HEX #DED14D Confetti

📋 copy color: '#DED14D'

red 222 ◦ green 209 ◦ blue 77

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

Shades of Confetti #DED14D

Tints of Confetti #DED14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.16%

R = 43.7%
G = 41.14%
B = 15.16%

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

#DED14D (or 0xDED14D) is known color: 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

RGB 222 209 77 -
CMYK 0 0.06 0.65 0.13
HSL 54.62º 0.69% 0.59% -
HSV(B) 54.62º 0.65% 0.87% -
XYZ 54.26 61.67 16.06 -
YUV 197.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 222 209 77 0 0.06 0.65 0.13 54.62 0.69 0.59
Hex DE D1 4D 0 6 41 D 37 45 3B
Octal 336 321 115 0 6 101 15 67 105 73
Binary 11011110 11010001 1001101 0 110 1000001 1101 110111 1000101 111011

Color Harmonies of #DED14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED14D

Black with #DED14D

Text Example


Text Example

White with #DED14D

Text Example


Text Example

HTML Codes & Css Web 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>