Html Css Color HEX #DDC440 Confetti

📋 copy color: '#DDC440'

red 221 ◦ green 196 ◦ blue 64

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

Shades of Confetti #DDC440

Tints of Confetti #DDC440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.31%

R = 45.95%
G = 40.75%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC440 (or 0xDDC440) is known color: Confetti. HEX triplet: DD, C4 and 40. RGB value is (221,196,64). Sum of RGB (Red+Green+Blue) = 221+196+64=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC440 is #223BBF. Grayscale: #BCBCBC. Windows color (decimal): -2243520 or 4244701. OLE color: 4244701.

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

Color convert

RGB 221 196 64 -
CMYK 0 0.11 0.71 0.13
HSL 50.45º 0.7% 0.56% -
HSV(B) 50.45º 0.71% 0.87% -
XYZ 50.48 55.22 12.85 -
YUV 188.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 221 196 64 0 0.11 0.71 0.13 50.45 0.7 0.56
Hex DD C4 40 0 B 47 D 32 46 38
Octal 335 304 100 0 13 107 15 62 106 70
Binary 11011101 11000100 1000000 0 1011 1000111 1101 110010 1000110 111000

Color Harmonies of #DDC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC440

Black with #DDC440

Text Example


Text Example

White with #DDC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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