Html Css Color HEX #DED046 Confetti

📋 copy color: '#DED046'

red 222 ◦ green 208 ◦ blue 70

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

Shades of Confetti #DED046

Tints of Confetti #DED046

RGB

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

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

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

R = 44.4%
G = 41.6%
B = 14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED046 (or 0xDED046) is known color: Confetti. HEX triplet: DE, D0 and 46. RGB value is (222,208,70). Sum of RGB (Red+Green+Blue) = 222+208+70=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED046 is #212FB9. Grayscale: #C5C5C5. Windows color (decimal): -2174906 or 4640990. OLE color: 4640990.

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

Color convert

RGB 222 208 70 -
CMYK 0 0.06 0.68 0.13
HSL 54.47º 0.7% 0.57% -
HSV(B) 54.47º 0.68% 0.87% -
XYZ 53.79 61.08 14.75 -
YUV 196.45 56.64 146.22 -
System Red Green Blue C M Y K H S L
Decimal 222 208 70 0 0.06 0.68 0.13 54.47 0.7 0.57
Hex DE D0 46 0 6 44 D 36 46 39
Octal 336 320 106 0 6 104 15 66 106 71
Binary 11011110 11010000 1000110 0 110 1000100 1101 110110 1000110 111001

Color Harmonies of #DED046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED046

Black with #DED046

Text Example


Text Example

White with #DED046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED046; }

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

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

background-color css

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

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

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

border-color css

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

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

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