Html Css Color HEX #DED749 Confetti

📋 copy color: '#DED749'

red 222 ◦ green 215 ◦ blue 73

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

Shades of Confetti #DED749

Tints of Confetti #DED749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 73 (28.91% from 255) = 14.31%

R = 43.53%
G = 42.16%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DED749 (or 0xDED749) is known color: Confetti. HEX triplet: DE, D7 and 49. RGB value is (222,215,73). Sum of RGB (Red+Green+Blue) = 222+215+73=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DED749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED749 is #2128B6. Grayscale: #C9C9C9. Windows color (decimal): -2173111 or 4839390. OLE color: 4839390.

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

Color convert

RGB 222 215 73 -
CMYK 0 0.03 0.67 0.13
HSL 57.18º 0.69% 0.58% -
HSV(B) 57.18º 0.67% 0.87% -
XYZ 55.63 64.61 15.84 -
YUV 200.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 222 215 73 0 0.03 0.67 0.13 57.18 0.69 0.58
Hex DE D7 49 0 3 43 D 39 45 3A
Octal 336 327 111 0 3 103 15 71 105 72
Binary 11011110 11010111 1001001 0 11 1000011 1101 111001 1000101 111010

Color Harmonies of #DED749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED749

Black with #DED749

Text Example


Text Example

White with #DED749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED749; }

 p { color: rgb(222,215,73); }

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

background-color css

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

 a { background-color: rgb(222,215,73); }

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

border-color css

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

 span { border-color: rgb(222,215,73); }

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