Html Css Color HEX #DED04A Confetti

📋 copy color: '#DED04A'

red 222 ◦ green 208 ◦ blue 74

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

Shades of Confetti #DED04A

Tints of Confetti #DED04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.27%

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

R = 44.05%
G = 41.27%
B = 14.68%

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

#DED04A (or 0xDED04A) is known color: Confetti. HEX triplet: DE, D0 and 4A. RGB value is (222,208,74). Sum of RGB (Red+Green+Blue) = 222+208+74=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DED04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED04A is #212FB5. Grayscale: #C5C5C5. Windows color (decimal): -2174902 or 4903134. OLE color: 4903134.

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

Color convert

RGB 222 208 74 -
CMYK 0 0.06 0.67 0.13
HSL 54.32º 0.69% 0.58% -
HSV(B) 54.32º 0.67% 0.87% -
XYZ 53.92 61.14 15.44 -
YUV 196.91 58.64 145.9 -
System Red Green Blue C M Y K H S L
Decimal 222 208 74 0 0.06 0.67 0.13 54.32 0.69 0.58
Hex DE D0 4A 0 6 43 D 36 45 3A
Octal 336 320 112 0 6 103 15 66 105 72
Binary 11011110 11010000 1001010 0 110 1000011 1101 110110 1000101 111010

Color Harmonies of #DED04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED04A

Black with #DED04A

Text Example


Text Example

White with #DED04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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