Html Css Color HEX #DED246 Confetti

📋 copy color: '#DED246'

red 222 ◦ green 210 ◦ blue 70

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

Shades of Confetti #DED246

Tints of Confetti #DED246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.94%

R = 44.22%
G = 41.83%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED246 (or 0xDED246) is known color: Confetti. HEX triplet: DE, D2 and 46. RGB value is (222,210,70). Sum of RGB (Red+Green+Blue) = 222+210+70=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DED246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED246 is #212DB9. Grayscale: #C6C6C6. Windows color (decimal): -2174394 or 4641502. OLE color: 4641502.

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

Color convert

RGB 222 210 70 -
CMYK 0 0.05 0.68 0.13
HSL 55.26º 0.7% 0.57% -
HSV(B) 55.26º 0.68% 0.87% -
XYZ 54.28 62.06 14.91 -
YUV 197.63 55.98 145.38 -
System Red Green Blue C M Y K H S L
Decimal 222 210 70 0 0.05 0.68 0.13 55.26 0.7 0.57
Hex DE D2 46 0 5 44 D 37 46 39
Octal 336 322 106 0 5 104 15 67 106 71
Binary 11011110 11010010 1000110 0 101 1000100 1101 110111 1000110 111001

Color Harmonies of #DED246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED246

Black with #DED246

Text Example


Text Example

White with #DED246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED246; }

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

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

background-color css

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

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

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

border-color css

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

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

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