Html Css Color HEX #DED24D Confetti

📋 copy color: '#DED24D'

red 222 ◦ green 210 ◦ blue 77

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

Shades of Confetti #DED24D

Tints of Confetti #DED24D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

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

R = 43.61%
G = 41.26%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DED24D (or 0xDED24D) is known color: Confetti. HEX triplet: DE, D2 and 4D. RGB value is (222,210,77). Sum of RGB (Red+Green+Blue) = 222+210+77=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DED24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED24D is #212DB2. Grayscale: #C6C6C6. Windows color (decimal): -2174387 or 5100254. OLE color: 5100254.

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

Color convert

RGB 222 210 77 -
CMYK 0 0.05 0.65 0.13
HSL 55.03º 0.69% 0.59% -
HSV(B) 55.03º 0.65% 0.87% -
XYZ 54.51 62.16 16.15 -
YUV 198.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 222 210 77 0 0.05 0.65 0.13 55.03 0.69 0.59
Hex DE D2 4D 0 5 41 D 37 45 3B
Octal 336 322 115 0 5 101 15 67 105 73
Binary 11011110 11010010 1001101 0 101 1000001 1101 110111 1000101 111011

Color Harmonies of #DED24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED24D

Black with #DED24D

Text Example


Text Example

White with #DED24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED24D; }

 p { color: rgb(222,210,77); }

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

background-color css

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

 a { background-color: rgb(222,210,77); }

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

border-color css

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

 span { border-color: rgb(222,210,77); }

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