Html Css Color HEX #DED344 Confetti

📋 copy color: '#DED344'

red 222 ◦ green 211 ◦ blue 68

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

Shades of Confetti #DED344

Tints of Confetti #DED344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.57%

R = 44.31%
G = 42.12%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DED344 (or 0xDED344) is known color: Confetti. HEX triplet: DE, D3 and 44. RGB value is (222,211,68). Sum of RGB (Red+Green+Blue) = 222+211+68=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED344 is #212CBB. Grayscale: #C6C6C6. Windows color (decimal): -2174140 or 4510686. OLE color: 4510686.

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

Color convert

RGB 222 211 68 -
CMYK 0 0.05 0.69 0.13
HSL 55.71º 0.7% 0.57% -
HSV(B) 55.71º 0.69% 0.87% -
XYZ 54.46 62.54 14.67 -
YUV 197.99 54.64 145.13 -
System Red Green Blue C M Y K H S L
Decimal 222 211 68 0 0.05 0.69 0.13 55.71 0.7 0.57
Hex DE D3 44 0 5 45 D 38 46 39
Octal 336 323 104 0 5 105 15 70 106 71
Binary 11011110 11010011 1000100 0 101 1000101 1101 111000 1000110 111001

Color Harmonies of #DED344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED344

Black with #DED344

Text Example


Text Example

White with #DED344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED344; }

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

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

background-color css

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

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

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

border-color css

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

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

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