Html Css Color HEX #DDD342 Confetti

📋 copy color: '#DDD342'

red 221 ◦ green 211 ◦ blue 66

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

Shades of Confetti #DDD342

Tints of Confetti #DDD342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.37%

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

R = 44.38%
G = 42.37%
B = 13.25%

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

#DDD342 (or 0xDDD342) is known color: Confetti. HEX triplet: DD, D3 and 42. RGB value is (221,211,66). Sum of RGB (Red+Green+Blue) = 221+211+66=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD342 is #222CBD. Grayscale: #C6C6C6. Windows color (decimal): -2239678 or 4379613. OLE color: 4379613.

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

Color convert

RGB 221 211 66 -
CMYK 0 0.05 0.70 0.13
HSL 56.13º 0.7% 0.56% -
HSV(B) 56.13º 0.7% 0.87% -
XYZ 54.1 62.35 14.34 -
YUV 197.46 53.81 144.79 -
System Red Green Blue C M Y K H S L
Decimal 221 211 66 0 0.05 0.70 0.13 56.13 0.7 0.56
Hex DD D3 42 0 5 46 D 38 46 38
Octal 335 323 102 0 5 106 15 70 106 70
Binary 11011101 11010011 1000010 0 101 1000110 1101 111000 1000110 111000

Color Harmonies of #DDD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD342

Black with #DDD342

Text Example


Text Example

White with #DDD342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD342; }

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

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

background-color css

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

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

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

border-color css

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

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

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