Html Css Color HEX #DED14F Confetti

📋 copy color: '#DED14F'

red 222 ◦ green 209 ◦ blue 79

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

Shades of Confetti #DED14F

Tints of Confetti #DED14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.49%

R = 43.53%
G = 40.98%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DED14F (or 0xDED14F) is known color: Confetti. HEX triplet: DE, D1 and 4F. RGB value is (222,209,79). Sum of RGB (Red+Green+Blue) = 222+209+79=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED14F is #212EB0. Grayscale: #C6C6C6. Windows color (decimal): -2174641 or 5231070. OLE color: 5231070.

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

Color convert

RGB 222 209 79 -
CMYK 0 0.06 0.64 0.13
HSL 54.55º 0.68% 0.59% -
HSV(B) 54.55º 0.64% 0.87% -
XYZ 54.34 61.7 16.44 -
YUV 198.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 222 209 79 0 0.06 0.64 0.13 54.55 0.68 0.59
Hex DE D1 4F 0 6 40 D 37 44 3B
Octal 336 321 117 0 6 100 15 67 104 73
Binary 11011110 11010001 1001111 0 110 1000000 1101 110111 1000100 111011

Color Harmonies of #DED14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED14F

Black with #DED14F

Text Example


Text Example

White with #DED14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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