Html Css Color HEX #DED242 Confetti

📋 copy color: '#DED242'

red 222 ◦ green 210 ◦ blue 66

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

Shades of Confetti #DED242

Tints of Confetti #DED242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 44.58%
G = 42.17%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DED242 (or 0xDED242) is known color: Confetti. HEX triplet: DE, D2 and 42. RGB value is (222,210,66). Sum of RGB (Red+Green+Blue) = 222+210+66=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DED242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED242 is #212DBD. Grayscale: #C5C5C5. Windows color (decimal): -2174398 or 4379358. OLE color: 4379358.

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

Color convert

RGB 222 210 66 -
CMYK 0 0.05 0.70 0.13
HSL 55.38º 0.7% 0.56% -
HSV(B) 55.38º 0.7% 0.87% -
XYZ 54.15 62.02 14.27 -
YUV 197.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 222 210 66 0 0.05 0.70 0.13 55.38 0.7 0.56
Hex DE D2 42 0 5 46 D 37 46 38
Octal 336 322 102 0 5 106 15 67 106 70
Binary 11011110 11010010 1000010 0 101 1000110 1101 110111 1000110 111000

Color Harmonies of #DED242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED242

Black with #DED242

Text Example


Text Example

White with #DED242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED242; }

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

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

background-color css

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

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

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

border-color css

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

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

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