Html Css Color HEX #DDC44D Confetti

📋 copy color: '#DDC44D'

red 221 ◦ green 196 ◦ blue 77

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

Shades of Confetti #DDC44D

Tints of Confetti #DDC44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 44.74%
G = 39.68%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC44D (or 0xDDC44D) is known color: Confetti. HEX triplet: DD, C4 and 4D. RGB value is (221,196,77). Sum of RGB (Red+Green+Blue) = 221+196+77=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC44D is #223BB2. Grayscale: #BEBEBE. Windows color (decimal): -2243507 or 5096669. OLE color: 5096669.

HSL color Cylindrical-coordinate representation of color #DDC44D: hue angle of 49.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDC44D is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 77 -
CMYK 0 0.11 0.65 0.13
HSL 49.58º 0.68% 0.58% -
HSV(B) 49.58º 0.65% 0.87% -
XYZ 50.9 55.39 15.03 -
YUV 189.91 64.28 150.18 -
System Red Green Blue C M Y K H S L
Decimal 221 196 77 0 0.11 0.65 0.13 49.58 0.68 0.58
Hex DD C4 4D 0 B 41 D 32 44 3A
Octal 335 304 115 0 13 101 15 62 104 72
Binary 11011101 11000100 1001101 0 1011 1000001 1101 110010 1000100 111010

Color Harmonies of #DDC44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC44D

Black with #DDC44D

Text Example


Text Example

White with #DDC44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC44D; }

 p { color: rgb(221,196,77); }

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

background-color css

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

 a { background-color: rgb(221,196,77); }

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

border-color css

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

 span { border-color: rgb(221,196,77); }

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