Html Css Color HEX #DDD449 Confetti

📋 copy color: '#DDD449'

red 221 ◦ green 212 ◦ blue 73

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

Shades of Confetti #DDD449

Tints of Confetti #DDD449

RGB

 RED value IS 221 (86.72% from 255) = 43.68%

 GREEN value IS 212 (83.2% from 255) = 41.9%

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

R = 43.68%
G = 41.9%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDD449 (or 0xDDD449) is known color: Confetti. HEX triplet: DD, D4 and 49. RGB value is (221,212,73). Sum of RGB (Red+Green+Blue) = 221+212+73=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD449 is #222BB6. Grayscale: #C7C7C7. Windows color (decimal): -2239415 or 4838621. OLE color: 4838621.

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

Color convert

RGB 221 212 73 -
CMYK 0 0.04 0.67 0.13
HSL 56.35º 0.69% 0.58% -
HSV(B) 56.35º 0.67% 0.87% -
XYZ 54.56 62.94 15.58 -
YUV 198.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 221 212 73 0 0.04 0.67 0.13 56.35 0.69 0.58
Hex DD D4 49 0 4 43 D 38 45 3A
Octal 335 324 111 0 4 103 15 70 105 72
Binary 11011101 11010100 1001001 0 100 1000011 1101 111000 1000101 111010

Color Harmonies of #DDD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD449

Black with #DDD449

Text Example


Text Example

White with #DDD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD449; }

 p { color: rgb(221,212,73); }

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

background-color css

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

 a { background-color: rgb(221,212,73); }

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

border-color css

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

 span { border-color: rgb(221,212,73); }

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