Html Css Color HEX #DDC44A Confetti

📋 copy color: '#DDC44A'

red 221 ◦ green 196 ◦ blue 74

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

Shades of Confetti #DDC44A

Tints of Confetti #DDC44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.07%

R = 45.01%
G = 39.92%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDC44A (or 0xDDC44A) is known color: Confetti. HEX triplet: DD, C4 and 4A. RGB value is (221,196,74). Sum of RGB (Red+Green+Blue) = 221+196+74=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC44A is #223BB5. Grayscale: #BEBEBE. Windows color (decimal): -2243510 or 4900061. OLE color: 4900061.

HSL color Cylindrical-coordinate representation of color #DDC44A: hue angle of 49.8º degrees, saturation: 0.68, 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 #DDC44A is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 74 -
CMYK 0 0.11 0.67 0.13
HSL 49.8º 0.68% 0.58% -
HSV(B) 49.8º 0.67% 0.87% -
XYZ 50.79 55.35 14.48 -
YUV 189.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 221 196 74 0 0.11 0.67 0.13 49.8 0.68 0.58
Hex DD C4 4A 0 B 43 D 32 44 3A
Octal 335 304 112 0 13 103 15 62 104 72
Binary 11011101 11000100 1001010 0 1011 1000011 1101 110010 1000100 111010

Color Harmonies of #DDC44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC44A

Black with #DDC44A

Text Example


Text Example

White with #DDC44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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