Html Css Color HEX #DDC44F Confetti

📋 copy color: '#DDC44F'

red 221 ◦ green 196 ◦ blue 79

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

Shades of Confetti #DDC44F

Tints of Confetti #DDC44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.93%

R = 44.56%
G = 39.52%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC44F (or 0xDDC44F) is known color: Confetti. HEX triplet: DD, C4 and 4F. RGB value is (221,196,79). Sum of RGB (Red+Green+Blue) = 221+196+79=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 79 (31.25% from 255 or 15.93% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC44F is #223BB0. Grayscale: #BEBEBE. Windows color (decimal): -2243505 or 5227741. OLE color: 5227741.

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

Color convert

RGB 221 196 79 -
CMYK 0 0.11 0.64 0.13
HSL 49.44º 0.68% 0.59% -
HSV(B) 49.44º 0.64% 0.87% -
XYZ 50.97 55.42 15.41 -
YUV 190.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 221 196 79 0 0.11 0.64 0.13 49.44 0.68 0.59
Hex DD C4 4F 0 B 40 D 31 44 3B
Octal 335 304 117 0 13 100 15 61 104 73
Binary 11011101 11000100 1001111 0 1011 1000000 1101 110001 1000100 111011

Color Harmonies of #DDC44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC44F

Black with #DDC44F

Text Example


Text Example

White with #DDC44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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