Html Css Color HEX #DED241 Confetti

📋 copy color: '#DED241'

red 222 ◦ green 210 ◦ blue 65

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

Shades of Confetti #DED241

Tints of Confetti #DED241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.08%

R = 44.67%
G = 42.25%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DED241 (or 0xDED241) is known color: Confetti. HEX triplet: DE, D2 and 41. RGB value is (222,210,65). Sum of RGB (Red+Green+Blue) = 222+210+65=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DED241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED241 is #212DBE. Grayscale: #C5C5C5. Windows color (decimal): -2174399 or 4313822. OLE color: 4313822.

HSL color Cylindrical-coordinate representation of color #DED241: hue angle of 55.41º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DED241 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 210 65 -
CMYK 0 0.05 0.71 0.13
HSL 55.41º 0.7% 0.56% -
HSV(B) 55.41º 0.71% 0.87% -
XYZ 54.12 62 14.12 -
YUV 197.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 222 210 65 0 0.05 0.71 0.13 55.41 0.7 0.56
Hex DE D2 41 0 5 47 D 37 46 38
Octal 336 322 101 0 5 107 15 67 106 70
Binary 11011110 11010010 1000001 0 101 1000111 1101 110111 1000110 111000

Color Harmonies of #DED241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED241

Black with #DED241

Text Example


Text Example

White with #DED241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED241; }

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

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

background-color css

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

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

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

border-color css

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

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

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