Html Css Color HEX #DED343 Confetti

📋 copy color: '#DED343'

red 222 ◦ green 211 ◦ blue 67

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

Shades of Confetti #DED343

Tints of Confetti #DED343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.4%

R = 44.4%
G = 42.2%
B = 13.4%

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

#DED343 (or 0xDED343) is known color: Confetti. HEX triplet: DE, D3 and 43. RGB value is (222,211,67). Sum of RGB (Red+Green+Blue) = 222+211+67=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DED343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED343 is #212CBC. Grayscale: #C6C6C6. Windows color (decimal): -2174141 or 4445150. OLE color: 4445150.

HSL color Cylindrical-coordinate representation of color #DED343: hue angle of 55.74º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DED343 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 211 67 -
CMYK 0 0.05 0.70 0.13
HSL 55.74º 0.7% 0.57% -
HSV(B) 55.74º 0.7% 0.87% -
XYZ 54.43 62.52 14.51 -
YUV 197.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 222 211 67 0 0.05 0.70 0.13 55.74 0.7 0.57
Hex DE D3 43 0 5 46 D 38 46 39
Octal 336 323 103 0 5 106 15 70 106 71
Binary 11011110 11010011 1000011 0 101 1000110 1101 111000 1000110 111001

Color Harmonies of #DED343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED343

Black with #DED343

Text Example


Text Example

White with #DED343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED343; }

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

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

background-color css

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

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

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

border-color css

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

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

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