Html Css Color HEX #DED646 Confetti

📋 copy color: '#DED646'

red 222 ◦ green 214 ◦ blue 70

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

Shades of Confetti #DED646

Tints of Confetti #DED646

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.29%

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 43.87%
G = 42.29%
B = 13.83%

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

#DED646 (or 0xDED646) is known color: Confetti. HEX triplet: DE, D6 and 46. RGB value is (222,214,70). Sum of RGB (Red+Green+Blue) = 222+214+70=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DED646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED646 is #2129B9. Grayscale: #C8C8C8. Windows color (decimal): -2173370 or 4642526. OLE color: 4642526.

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

Color convert

RGB 222 214 70 -
CMYK 0 0.04 0.68 0.13
HSL 56.84º 0.7% 0.57% -
HSV(B) 56.84º 0.68% 0.87% -
XYZ 55.28 64.06 15.25 -
YUV 199.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 222 214 70 0 0.04 0.68 0.13 56.84 0.7 0.57
Hex DE D6 46 0 4 44 D 39 46 39
Octal 336 326 106 0 4 104 15 71 106 71
Binary 11011110 11010110 1000110 0 100 1000100 1101 111001 1000110 111001

Color Harmonies of #DED646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED646

Black with #DED646

Text Example


Text Example

White with #DED646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED646; }

 p { color: rgb(222,214,70); }

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

background-color css

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

 a { background-color: rgb(222,214,70); }

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

border-color css

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

 span { border-color: rgb(222,214,70); }

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