Html Css Color HEX #DDC441 Confetti

📋 copy color: '#DDC441'

red 221 ◦ green 196 ◦ blue 65

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

Shades of Confetti #DDC441

Tints of Confetti #DDC441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.49%

R = 45.85%
G = 40.66%
B = 13.49%

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

#DDC441 (or 0xDDC441) is known color: Confetti. HEX triplet: DD, C4 and 41. RGB value is (221,196,65). Sum of RGB (Red+Green+Blue) = 221+196+65=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC441 is #223BBE. Grayscale: #BDBDBD. Windows color (decimal): -2243519 or 4310237. OLE color: 4310237.

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

Color convert

RGB 221 196 65 -
CMYK 0 0.11 0.71 0.13
HSL 50.38º 0.7% 0.56% -
HSV(B) 50.38º 0.71% 0.87% -
XYZ 50.51 55.23 13 -
YUV 188.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 221 196 65 0 0.11 0.71 0.13 50.38 0.7 0.56
Hex DD C4 41 0 B 47 D 32 46 38
Octal 335 304 101 0 13 107 15 62 106 70
Binary 11011101 11000100 1000001 0 1011 1000111 1101 110010 1000110 111000

Color Harmonies of #DDC441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC441

Black with #DDC441

Text Example


Text Example

White with #DDC441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC441; }

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

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

background-color css

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

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

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

border-color css

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

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

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