Html Css Color HEX #DED548 Confetti

📋 copy color: '#DED548'

red 222 ◦ green 213 ◦ blue 72

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

Shades of Confetti #DED548

Tints of Confetti #DED548

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.01%

 BLUE value IS 72 (28.52% from 255) = 14.2%

R = 43.79%
G = 42.01%
B = 14.2%

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

#DED548 (or 0xDED548) is known color: Confetti. HEX triplet: DE, D5 and 48. RGB value is (222,213,72). Sum of RGB (Red+Green+Blue) = 222+213+72=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DED548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED548 is #212AB7. Grayscale: #C8C8C8. Windows color (decimal): -2173624 or 4773342. OLE color: 4773342.

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

Color convert

RGB 222 213 72 -
CMYK 0 0.04 0.68 0.13
HSL 56.4º 0.69% 0.58% -
HSV(B) 56.4º 0.68% 0.87% -
XYZ 55.09 63.59 15.5 -
YUV 199.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 222 213 72 0 0.04 0.68 0.13 56.4 0.69 0.58
Hex DE D5 48 0 4 44 D 38 45 3A
Octal 336 325 110 0 4 104 15 70 105 72
Binary 11011110 11010101 1001000 0 100 1000100 1101 111000 1000101 111010

Color Harmonies of #DED548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED548

Black with #DED548

Text Example


Text Example

White with #DED548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED548; }

 p { color: rgb(222,213,72); }

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

background-color css

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

 a { background-color: rgb(222,213,72); }

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

border-color css

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

 span { border-color: rgb(222,213,72); }

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