Html Css Color HEX #DED446 Confetti

📋 copy color: '#DED446'

red 222 ◦ green 212 ◦ blue 70

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

Shades of Confetti #DED446

Tints of Confetti #DED446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.06%

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

R = 44.05%
G = 42.06%
B = 13.89%

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

#DED446 (or 0xDED446) is known color: Confetti. HEX triplet: DE, D4 and 46. RGB value is (222,212,70). Sum of RGB (Red+Green+Blue) = 222+212+70=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DED446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED446 is #212BB9. Grayscale: #C7C7C7. Windows color (decimal): -2173882 or 4642014. OLE color: 4642014.

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

Color convert

RGB 222 212 70 -
CMYK 0 0.05 0.68 0.13
HSL 56.05º 0.7% 0.57% -
HSV(B) 56.05º 0.68% 0.87% -
XYZ 54.77 63.06 15.08 -
YUV 198.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 222 212 70 0 0.05 0.68 0.13 56.05 0.7 0.57
Hex DE D4 46 0 5 44 D 38 46 39
Octal 336 324 106 0 5 104 15 70 106 71
Binary 11011110 11010100 1000110 0 101 1000100 1101 111000 1000110 111001

Color Harmonies of #DED446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED446

Black with #DED446

Text Example


Text Example

White with #DED446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED446; }

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

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

background-color css

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

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

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

border-color css

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

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

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