Html Css Color HEX #DDD446 Confetti

📋 copy color: '#DDD446'

red 221 ◦ green 212 ◦ blue 70

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

Shades of Confetti #DDD446

Tints of Confetti #DDD446

RGB

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

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

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

R = 43.94%
G = 42.15%
B = 13.92%

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

#DDD446 (or 0xDDD446) is known color: Confetti. HEX triplet: DD, D4 and 46. RGB value is (221,212,70). Sum of RGB (Red+Green+Blue) = 221+212+70=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD446 is #222BB9. Grayscale: #C7C7C7. Windows color (decimal): -2239418 or 4642013. OLE color: 4642013.

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

Color convert

RGB 221 212 70 -
CMYK 0 0.04 0.68 0.13
HSL 56.42º 0.69% 0.57% -
HSV(B) 56.42º 0.68% 0.87% -
XYZ 54.47 62.9 15.06 -
YUV 198.5 55.48 144.05 -
System Red Green Blue C M Y K H S L
Decimal 221 212 70 0 0.04 0.68 0.13 56.42 0.69 0.57
Hex DD D4 46 0 4 44 D 38 45 39
Octal 335 324 106 0 4 104 15 70 105 71
Binary 11011101 11010100 1000110 0 100 1000100 1101 111000 1000101 111001

Color Harmonies of #DDD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD446

Black with #DDD446

Text Example


Text Example

White with #DDD446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD446; }

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

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

background-color css

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

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

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

border-color css

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

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

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