Html Css Color HEX #DDD541 Confetti

📋 copy color: '#DDD541'

red 221 ◦ green 213 ◦ blue 65

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

Shades of Confetti #DDD541

Tints of Confetti #DDD541

RGB

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

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

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

R = 44.29%
G = 42.69%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDD541 (or 0xDDD541) is known color: Confetti. HEX triplet: DD, D5 and 41. RGB value is (221,213,65). Sum of RGB (Red+Green+Blue) = 221+213+65=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD541 is #222ABE. Grayscale: #C7C7C7. Windows color (decimal): -2239167 or 4314589. OLE color: 4314589.

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

Color convert

RGB 221 213 65 -
CMYK 0 0.04 0.71 0.13
HSL 56.92º 0.7% 0.56% -
HSV(B) 56.92º 0.71% 0.87% -
XYZ 54.57 63.34 14.35 -
YUV 198.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 221 213 65 0 0.04 0.71 0.13 56.92 0.7 0.56
Hex DD D5 41 0 4 47 D 39 46 38
Octal 335 325 101 0 4 107 15 71 106 70
Binary 11011101 11010101 1000001 0 100 1000111 1101 111001 1000110 111000

Color Harmonies of #DDD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD541

Black with #DDD541

Text Example


Text Example

White with #DDD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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