Html Css Color HEX #DED547 Confetti

📋 copy color: '#DED547'

red 222 ◦ green 213 ◦ blue 71

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

Shades of Confetti #DED547

Tints of Confetti #DED547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.03%

R = 43.87%
G = 42.09%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED547 (or 0xDED547) is known color: Confetti. HEX triplet: DE, D5 and 47. RGB value is (222,213,71). Sum of RGB (Red+Green+Blue) = 222+213+71=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED547 is #212AB8. Grayscale: #C8C8C8. Windows color (decimal): -2173625 or 4707806. OLE color: 4707806.

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

Color convert

RGB 222 213 71 -
CMYK 0 0.04 0.68 0.13
HSL 56.42º 0.7% 0.57% -
HSV(B) 56.42º 0.68% 0.87% -
XYZ 55.06 63.57 15.33 -
YUV 199.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 222 213 71 0 0.04 0.68 0.13 56.42 0.7 0.57
Hex DE D5 47 0 4 44 D 38 46 39
Octal 336 325 107 0 4 104 15 70 106 71
Binary 11011110 11010101 1000111 0 100 1000100 1101 111000 1000110 111001

Color Harmonies of #DED547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED547

Black with #DED547

Text Example


Text Example

White with #DED547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED547; }

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

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

background-color css

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

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

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

border-color css

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

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

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