Html Css Color HEX #DDD146 Confetti

📋 copy color: '#DDD146'

red 221 ◦ green 209 ◦ blue 70

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

Shades of Confetti #DDD146

Tints of Confetti #DDD146

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

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

R = 44.2%
G = 41.8%
B = 14%

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

#DDD146 (or 0xDDD146) is known color: Confetti. HEX triplet: DD, D1 and 46. RGB value is (221,209,70). Sum of RGB (Red+Green+Blue) = 221+209+70=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD146 is #222EB9. Grayscale: #C5C5C5. Windows color (decimal): -2240186 or 4641245. OLE color: 4641245.

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

Color convert

RGB 221 209 70 -
CMYK 0 0.05 0.68 0.13
HSL 55.23º 0.69% 0.57% -
HSV(B) 55.23º 0.68% 0.87% -
XYZ 53.72 61.42 14.82 -
YUV 196.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 221 209 70 0 0.05 0.68 0.13 55.23 0.69 0.57
Hex DD D1 46 0 5 44 D 37 45 39
Octal 335 321 106 0 5 104 15 67 105 71
Binary 11011101 11010001 1000110 0 101 1000100 1101 110111 1000101 111001

Color Harmonies of #DDD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD146

Black with #DDD146

Text Example


Text Example

White with #DDD146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD146; }

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

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

background-color css

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

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

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

border-color css

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

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

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