Html Css Color HEX #DDC241 Confetti

📋 copy color: '#DDC241'

red 221 ◦ green 194 ◦ blue 65

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

Shades of Confetti #DDC241

Tints of Confetti #DDC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

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

R = 46.04%
G = 40.42%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDC241 (or 0xDDC241) is known color: Confetti. HEX triplet: DD, C2 and 41. RGB value is (221,194,65). Sum of RGB (Red+Green+Blue) = 221+194+65=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC241 is #223DBE. Grayscale: #BBBBBB. Windows color (decimal): -2244031 or 4309725. OLE color: 4309725.

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

Color convert

RGB 221 194 65 -
CMYK 0 0.12 0.71 0.13
HSL 49.62º 0.7% 0.56% -
HSV(B) 49.62º 0.71% 0.87% -
XYZ 50.06 54.34 12.85 -
YUV 187.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 221 194 65 0 0.12 0.71 0.13 49.62 0.7 0.56
Hex DD C2 41 0 C 47 D 32 46 38
Octal 335 302 101 0 14 107 15 62 106 70
Binary 11011101 11000010 1000001 0 1100 1000111 1101 110010 1000110 111000

Color Harmonies of #DDC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC241

Black with #DDC241

Text Example


Text Example

White with #DDC241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC241; }

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

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

background-color css

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

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

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

border-color css

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

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

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