Html Css Color HEX #DED347 Confetti

📋 copy color: '#DED347'

red 222 ◦ green 211 ◦ blue 71

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

Shades of Confetti #DED347

Tints of Confetti #DED347

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

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

R = 44.05%
G = 41.87%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DED347 (or 0xDED347) is known color: Confetti. HEX triplet: DE, D3 and 47. RGB value is (222,211,71). Sum of RGB (Red+Green+Blue) = 222+211+71=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DED347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED347 is #212CB8. Grayscale: #C6C6C6. Windows color (decimal): -2174137 or 4707294. OLE color: 4707294.

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

Color convert

RGB 222 211 71 -
CMYK 0 0.05 0.68 0.13
HSL 55.63º 0.7% 0.57% -
HSV(B) 55.63º 0.68% 0.87% -
XYZ 54.56 62.57 15.16 -
YUV 198.33 56.14 144.88 -
System Red Green Blue C M Y K H S L
Decimal 222 211 71 0 0.05 0.68 0.13 55.63 0.7 0.57
Hex DE D3 47 0 5 44 D 38 46 39
Octal 336 323 107 0 5 104 15 70 106 71
Binary 11011110 11010011 1000111 0 101 1000100 1101 111000 1000110 111001

Color Harmonies of #DED347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED347

Black with #DED347

Text Example


Text Example

White with #DED347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED347; }

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

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

background-color css

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

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

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

border-color css

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

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

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