Html Css Color HEX #DDD242 Confetti

📋 copy color: '#DDD242'

red 221 ◦ green 210 ◦ blue 66

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

Shades of Confetti #DDD242

Tints of Confetti #DDD242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 44.47%
G = 42.25%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDD242 (or 0xDDD242) is known color: Confetti. HEX triplet: DD, D2 and 42. RGB value is (221,210,66). Sum of RGB (Red+Green+Blue) = 221+210+66=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD242 is #222DBD. Grayscale: #C5C5C5. Windows color (decimal): -2239934 or 4379357. OLE color: 4379357.

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

Color convert

RGB 221 210 66 -
CMYK 0 0.05 0.70 0.13
HSL 55.74º 0.7% 0.56% -
HSV(B) 55.74º 0.7% 0.87% -
XYZ 53.85 61.86 14.26 -
YUV 196.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 221 210 66 0 0.05 0.70 0.13 55.74 0.7 0.56
Hex DD D2 42 0 5 46 D 38 46 38
Octal 335 322 102 0 5 106 15 70 106 70
Binary 11011101 11010010 1000010 0 101 1000110 1101 111000 1000110 111000

Color Harmonies of #DDD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD242

Black with #DDD242

Text Example


Text Example

White with #DDD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD242; }

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

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

background-color css

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

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

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

border-color css

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

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

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