Html Css Color HEX #DED442 Confetti

📋 copy color: '#DED442'

red 222 ◦ green 212 ◦ blue 66

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

Shades of Confetti #DED442

Tints of Confetti #DED442

RGB

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

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

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

R = 44.4%
G = 42.4%
B = 13.2%

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

#DED442 (or 0xDED442) is known color: Confetti. HEX triplet: DE, D4 and 42. RGB value is (222,212,66). Sum of RGB (Red+Green+Blue) = 222+212+66=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED442 is #212BBD. Grayscale: #C6C6C6. Windows color (decimal): -2173886 or 4379870. OLE color: 4379870.

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

Color convert

RGB 222 212 66 -
CMYK 0 0.05 0.70 0.13
HSL 56.15º 0.7% 0.56% -
HSV(B) 56.15º 0.7% 0.87% -
XYZ 54.65 63.01 14.44 -
YUV 198.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 222 212 66 0 0.05 0.70 0.13 56.15 0.7 0.56
Hex DE D4 42 0 5 46 D 38 46 38
Octal 336 324 102 0 5 106 15 70 106 70
Binary 11011110 11010100 1000010 0 101 1000110 1101 111000 1000110 111000

Color Harmonies of #DED442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED442

Black with #DED442

Text Example


Text Example

White with #DED442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED442; }

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

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

background-color css

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

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

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

border-color css

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

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

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