Html Css Color HEX #DDD346 Confetti

📋 copy color: '#DDD346'

red 221 ◦ green 211 ◦ blue 70

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

Shades of Confetti #DDD346

Tints of Confetti #DDD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 44.02%
G = 42.03%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDD346 (or 0xDDD346) is known color: Confetti. HEX triplet: DD, D3 and 46. RGB value is (221,211,70). Sum of RGB (Red+Green+Blue) = 221+211+70=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 70 (27.73% from 255 or 13.94% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD346 is #222CB9. Grayscale: #C6C6C6. Windows color (decimal): -2239674 or 4641757. OLE color: 4641757.

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

Color convert

RGB 221 211 70 -
CMYK 0 0.05 0.68 0.13
HSL 56.03º 0.69% 0.57% -
HSV(B) 56.03º 0.68% 0.87% -
XYZ 54.22 62.4 14.98 -
YUV 197.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 221 211 70 0 0.05 0.68 0.13 56.03 0.69 0.57
Hex DD D3 46 0 5 44 D 38 45 39
Octal 335 323 106 0 5 104 15 70 105 71
Binary 11011101 11010011 1000110 0 101 1000100 1101 111000 1000101 111001

Color Harmonies of #DDD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD346

Black with #DDD346

Text Example


Text Example

White with #DDD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD346; }

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

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

background-color css

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

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

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

border-color css

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

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

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