Html Css Color HEX #DED542 Confetti

📋 copy color: '#DED542'

red 222 ◦ green 213 ◦ blue 66

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

Shades of Confetti #DED542

Tints of Confetti #DED542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.51%

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

R = 44.31%
G = 42.51%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DED542 (or 0xDED542) is known color: Confetti. HEX triplet: DE, D5 and 42. RGB value is (222,213,66). Sum of RGB (Red+Green+Blue) = 222+213+66=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED542 is #212ABD. Grayscale: #C7C7C7. Windows color (decimal): -2173630 or 4380126. OLE color: 4380126.

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

Color convert

RGB 222 213 66 -
CMYK 0 0.04 0.70 0.13
HSL 56.54º 0.7% 0.56% -
HSV(B) 56.54º 0.7% 0.87% -
XYZ 54.9 63.51 14.52 -
YUV 198.93 52.98 144.45 -
System Red Green Blue C M Y K H S L
Decimal 222 213 66 0 0.04 0.70 0.13 56.54 0.7 0.56
Hex DE D5 42 0 4 46 D 39 46 38
Octal 336 325 102 0 4 106 15 71 106 70
Binary 11011110 11010101 1000010 0 100 1000110 1101 111001 1000110 111000

Color Harmonies of #DED542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED542

Black with #DED542

Text Example


Text Example

White with #DED542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED542; }

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

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

background-color css

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

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

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

border-color css

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

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

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