Html Css Color HEX #DDD241 Confetti

📋 copy color: '#DDD241'

red 221 ◦ green 210 ◦ blue 65

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

Shades of Confetti #DDD241

Tints of Confetti #DDD241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 44.56%
G = 42.34%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD241 (or 0xDDD241) is known color: Confetti. HEX triplet: DD, D2 and 41. RGB value is (221,210,65). Sum of RGB (Red+Green+Blue) = 221+210+65=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD241 is #222DBE. Grayscale: #C5C5C5. Windows color (decimal): -2239935 or 4313821. OLE color: 4313821.

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

Color convert

RGB 221 210 65 -
CMYK 0 0.05 0.71 0.13
HSL 55.77º 0.7% 0.56% -
HSV(B) 55.77º 0.71% 0.87% -
XYZ 53.82 61.85 14.1 -
YUV 196.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 221 210 65 0 0.05 0.71 0.13 55.77 0.7 0.56
Hex DD D2 41 0 5 47 D 38 46 38
Octal 335 322 101 0 5 107 15 70 106 70
Binary 11011101 11010010 1000001 0 101 1000111 1101 111000 1000110 111000

Color Harmonies of #DDD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD241

Black with #DDD241

Text Example


Text Example

White with #DDD241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD241; }

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

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

background-color css

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

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

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

border-color css

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

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

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