Html Css Color HEX #DDD244 Confetti

📋 copy color: '#DDD244'

red 221 ◦ green 210 ◦ blue 68

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

Shades of Confetti #DDD244

Tints of Confetti #DDD244

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

 BLUE value IS 68 (26.95% from 255) = 13.63%

R = 44.29%
G = 42.08%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDD244 (or 0xDDD244) is known color: Confetti. HEX triplet: DD, D2 and 44. RGB value is (221,210,68). Sum of RGB (Red+Green+Blue) = 221+210+68=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD244 is #222DBB. Grayscale: #C5C5C5. Windows color (decimal): -2239932 or 4510429. OLE color: 4510429.

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

Color convert

RGB 221 210 68 -
CMYK 0 0.05 0.69 0.13
HSL 55.69º 0.69% 0.57% -
HSV(B) 55.69º 0.69% 0.87% -
XYZ 53.91 61.88 14.57 -
YUV 197.1 55.14 145.05 -
System Red Green Blue C M Y K H S L
Decimal 221 210 68 0 0.05 0.69 0.13 55.69 0.69 0.57
Hex DD D2 44 0 5 45 D 38 45 39
Octal 335 322 104 0 5 105 15 70 105 71
Binary 11011101 11010010 1000100 0 101 1000101 1101 111000 1000101 111001

Color Harmonies of #DDD244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD244

Black with #DDD244

Text Example


Text Example

White with #DDD244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD244; }

 p { color: rgb(221,210,68); }

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

background-color css

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

 a { background-color: rgb(221,210,68); }

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

border-color css

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

 span { border-color: rgb(221,210,68); }

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