Html Css Color HEX #DDC749 Confetti

📋 copy color: '#DDC749'

red 221 ◦ green 199 ◦ blue 73

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

Shades of Confetti #DDC749

Tints of Confetti #DDC749

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

 BLUE value IS 73 (28.91% from 255) = 14.81%

R = 44.83%
G = 40.37%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC749 (or 0xDDC749) is known color: Confetti. HEX triplet: DD, C7 and 49. RGB value is (221,199,73). Sum of RGB (Red+Green+Blue) = 221+199+73=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC749 is #2238B6. Grayscale: #BFBFBF. Windows color (decimal): -2242743 or 4835293. OLE color: 4835293.

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

Color convert

RGB 221 199 73 -
CMYK 0 0.10 0.67 0.13
HSL 51.08º 0.69% 0.58% -
HSV(B) 51.08º 0.67% 0.87% -
XYZ 51.44 56.7 14.54 -
YUV 191.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 221 199 73 0 0.10 0.67 0.13 51.08 0.69 0.58
Hex DD C7 49 0 A 43 D 33 45 3A
Octal 335 307 111 0 12 103 15 63 105 72
Binary 11011101 11000111 1001001 0 1010 1000011 1101 110011 1000101 111010

Color Harmonies of #DDC749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC749

Black with #DDC749

Text Example


Text Example

White with #DDC749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC749; }

 p { color: rgb(221,199,73); }

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

background-color css

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

 a { background-color: rgb(221,199,73); }

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

border-color css

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

 span { border-color: rgb(221,199,73); }

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