Html Css Color HEX #DED54A Confetti

📋 copy color: '#DED54A'

red 222 ◦ green 213 ◦ blue 74

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

Shades of Confetti #DED54A

Tints of Confetti #DED54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.85%

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

R = 43.61%
G = 41.85%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DED54A (or 0xDED54A) is known color: Confetti. HEX triplet: DE, D5 and 4A. RGB value is (222,213,74). Sum of RGB (Red+Green+Blue) = 222+213+74=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED54A is #212AB5. Grayscale: #C8C8C8. Windows color (decimal): -2173622 or 4904414. OLE color: 4904414.

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

Color convert

RGB 222 213 74 -
CMYK 0 0.04 0.67 0.13
HSL 56.35º 0.69% 0.58% -
HSV(B) 56.35º 0.67% 0.87% -
XYZ 55.15 63.61 15.85 -
YUV 199.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 222 213 74 0 0.04 0.67 0.13 56.35 0.69 0.58
Hex DE D5 4A 0 4 43 D 38 45 3A
Octal 336 325 112 0 4 103 15 70 105 72
Binary 11011110 11010101 1001010 0 100 1000011 1101 111000 1000101 111010

Color Harmonies of #DED54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED54A

Black with #DED54A

Text Example


Text Example

White with #DED54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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