Html Css Color HEX #DED142 Confetti

📋 copy color: '#DED142'

red 222 ◦ green 209 ◦ blue 66

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

Shades of Confetti #DED142

Tints of Confetti #DED142

RGB

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

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

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

R = 44.67%
G = 42.05%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DED142 (or 0xDED142) is known color: Confetti. HEX triplet: DE, D1 and 42. RGB value is (222,209,66). Sum of RGB (Red+Green+Blue) = 222+209+66=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 209 (82.03% from 255 or 42.05% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DED142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED142 is #212EBD. Grayscale: #C5C5C5. Windows color (decimal): -2174654 or 4379102. OLE color: 4379102.

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

Color convert

RGB 222 209 66 -
CMYK 0 0.06 0.70 0.13
HSL 55º 0.7% 0.56% -
HSV(B) 55º 0.7% 0.87% -
XYZ 53.91 61.52 14.19 -
YUV 196.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 222 209 66 0 0.06 0.70 0.13 55 0.7 0.56
Hex DE D1 42 0 6 46 D 37 46 38
Octal 336 321 102 0 6 106 15 67 106 70
Binary 11011110 11010001 1000010 0 110 1000110 1101 110111 1000110 111000

Color Harmonies of #DED142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED142

Black with #DED142

Text Example


Text Example

White with #DED142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED142; }

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

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

background-color css

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

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

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

border-color css

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

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

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