Html Css Color HEX #DED14A Confetti

📋 copy color: '#DED14A'

red 222 ◦ green 209 ◦ blue 74

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

Shades of Confetti #DED14A

Tints of Confetti #DED14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.65%

R = 43.96%
G = 41.39%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DED14A (or 0xDED14A) is known color: Confetti. HEX triplet: DE, D1 and 4A. RGB value is (222,209,74). Sum of RGB (Red+Green+Blue) = 222+209+74=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DED14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED14A is #212EB5. Grayscale: #C6C6C6. Windows color (decimal): -2174646 or 4903390. OLE color: 4903390.

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

Color convert

RGB 222 209 74 -
CMYK 0 0.06 0.67 0.13
HSL 54.73º 0.69% 0.58% -
HSV(B) 54.73º 0.67% 0.87% -
XYZ 54.16 61.62 15.52 -
YUV 197.5 58.31 145.48 -
System Red Green Blue C M Y K H S L
Decimal 222 209 74 0 0.06 0.67 0.13 54.73 0.69 0.58
Hex DE D1 4A 0 6 43 D 37 45 3A
Octal 336 321 112 0 6 103 15 67 105 72
Binary 11011110 11010001 1001010 0 110 1000011 1101 110111 1000101 111010

Color Harmonies of #DED14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED14A

Black with #DED14A

Text Example


Text Example

White with #DED14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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