Html Css Color HEX #DDD24C Confetti

📋 copy color: '#DDD24C'

red 221 ◦ green 210 ◦ blue 76

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

Shades of Confetti #DDD24C

Tints of Confetti #DDD24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 14.99%

R = 43.59%
G = 41.42%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDD24C (or 0xDDD24C) is known color: Confetti. HEX triplet: DD, D2 and 4C. RGB value is (221,210,76). Sum of RGB (Red+Green+Blue) = 221+210+76=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD24C is #222DB3. Grayscale: #C6C6C6. Windows color (decimal): -2239924 or 5034717. OLE color: 5034717.

HSL color Cylindrical-coordinate representation of color #DDD24C: hue angle of 55.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDD24C is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 210 76 -
CMYK 0 0.05 0.66 0.13
HSL 55.45º 0.68% 0.58% -
HSV(B) 55.45º 0.66% 0.87% -
XYZ 54.17 61.99 15.95 -
YUV 198.01 59.14 144.4 -
System Red Green Blue C M Y K H S L
Decimal 221 210 76 0 0.05 0.66 0.13 55.45 0.68 0.58
Hex DD D2 4C 0 5 42 D 37 44 3A
Octal 335 322 114 0 5 102 15 67 104 72
Binary 11011101 11010010 1001100 0 101 1000010 1101 110111 1000100 111010

Color Harmonies of #DDD24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD24C

Black with #DDD24C

Text Example


Text Example

White with #DDD24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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