Html Css Color HEX #DDD445 Confetti

📋 copy color: '#DDD445'

red 221 ◦ green 212 ◦ blue 69

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

Shades of Confetti #DDD445

Tints of Confetti #DDD445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.75%

R = 44.02%
G = 42.23%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDD445 (or 0xDDD445) is known color: Confetti. HEX triplet: DD, D4 and 45. RGB value is (221,212,69). Sum of RGB (Red+Green+Blue) = 221+212+69=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD445 is #222BBA. Grayscale: #C6C6C6. Windows color (decimal): -2239419 or 4576477. OLE color: 4576477.

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

Color convert

RGB 221 212 69 -
CMYK 0 0.04 0.69 0.13
HSL 56.45º 0.69% 0.57% -
HSV(B) 56.45º 0.69% 0.87% -
XYZ 54.44 62.89 14.9 -
YUV 198.39 54.98 144.13 -
System Red Green Blue C M Y K H S L
Decimal 221 212 69 0 0.04 0.69 0.13 56.45 0.69 0.57
Hex DD D4 45 0 4 45 D 38 45 39
Octal 335 324 105 0 4 105 15 70 105 71
Binary 11011101 11010100 1000101 0 100 1000101 1101 111000 1000101 111001

Color Harmonies of #DDD445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD445

Black with #DDD445

Text Example


Text Example

White with #DDD445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD445; }

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

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

background-color css

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

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

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

border-color css

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

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

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