Html Css Color HEX #DDD24F Confetti

📋 copy color: '#DDD24F'

red 221 ◦ green 210 ◦ blue 79

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

Shades of Confetti #DDD24F

Tints of Confetti #DDD24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.49%

R = 43.33%
G = 41.18%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDD24F (or 0xDDD24F) is known color: Confetti. HEX triplet: DD, D2 and 4F. RGB value is (221,210,79). Sum of RGB (Red+Green+Blue) = 221+210+79=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD24F is #222DB0. Grayscale: #C6C6C6. Windows color (decimal): -2239921 or 5231325. OLE color: 5231325.

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

Color convert

RGB 221 210 79 -
CMYK 0 0.05 0.64 0.13
HSL 55.35º 0.68% 0.59% -
HSV(B) 55.35º 0.64% 0.87% -
XYZ 54.28 62.03 16.51 -
YUV 198.36 60.64 144.15 -
System Red Green Blue C M Y K H S L
Decimal 221 210 79 0 0.05 0.64 0.13 55.35 0.68 0.59
Hex DD D2 4F 0 5 40 D 37 44 3B
Octal 335 322 117 0 5 100 15 67 104 73
Binary 11011101 11010010 1001111 0 101 1000000 1101 110111 1000100 111011

Color Harmonies of #DDD24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD24F

Black with #DDD24F

Text Example


Text Example

White with #DDD24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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