Html Css Color HEX #DDD542 Confetti

📋 copy color: '#DDD542'

red 221 ◦ green 213 ◦ blue 66

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

Shades of Confetti #DDD542

Tints of Confetti #DDD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.6%

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

R = 44.2%
G = 42.6%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDD542 (or 0xDDD542) is known color: Confetti. HEX triplet: DD, D5 and 42. RGB value is (221,213,66). Sum of RGB (Red+Green+Blue) = 221+213+66=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD542 is #222ABD. Grayscale: #C7C7C7. Windows color (decimal): -2239166 or 4380125. OLE color: 4380125.

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

Color convert

RGB 221 213 66 -
CMYK 0 0.04 0.70 0.13
HSL 56.9º 0.7% 0.56% -
HSV(B) 56.9º 0.7% 0.87% -
XYZ 54.6 63.35 14.51 -
YUV 198.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 221 213 66 0 0.04 0.70 0.13 56.9 0.7 0.56
Hex DD D5 42 0 4 46 D 39 46 38
Octal 335 325 102 0 4 106 15 71 106 70
Binary 11011101 11010101 1000010 0 100 1000110 1101 111001 1000110 111000

Color Harmonies of #DDD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD542

Black with #DDD542

Text Example


Text Example

White with #DDD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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