Html Css Color HEX #DED146 Confetti

📋 copy color: '#DED146'

red 222 ◦ green 209 ◦ blue 70

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

Shades of Confetti #DED146

Tints of Confetti #DED146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.72%

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

R = 44.31%
G = 41.72%
B = 13.97%

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

#DED146 (or 0xDED146) is known color: Confetti. HEX triplet: DE, D1 and 46. RGB value is (222,209,70). Sum of RGB (Red+Green+Blue) = 222+209+70=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 209 (82.03% from 255 or 41.72% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED146 is #212EB9. Grayscale: #C5C5C5. Windows color (decimal): -2174650 or 4641246. OLE color: 4641246.

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

Color convert

RGB 222 209 70 -
CMYK 0 0.06 0.68 0.13
HSL 54.87º 0.7% 0.57% -
HSV(B) 54.87º 0.68% 0.87% -
XYZ 54.03 61.57 14.83 -
YUV 197.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 222 209 70 0 0.06 0.68 0.13 54.87 0.7 0.57
Hex DE D1 46 0 6 44 D 37 46 39
Octal 336 321 106 0 6 104 15 67 106 71
Binary 11011110 11010001 1000110 0 110 1000100 1101 110111 1000110 111001

Color Harmonies of #DED146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED146

Black with #DED146

Text Example


Text Example

White with #DED146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED146; }

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

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

background-color css

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

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

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

border-color css

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

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

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