Html Css Color HEX #DDC341 Confetti

📋 copy color: '#DDC341'

red 221 ◦ green 195 ◦ blue 65

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

Shades of Confetti #DDC341

Tints of Confetti #DDC341

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.54%

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

R = 45.95%
G = 40.54%
B = 13.51%

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

#DDC341 (or 0xDDC341) is known color: Confetti. HEX triplet: DD, C3 and 41. RGB value is (221,195,65). Sum of RGB (Red+Green+Blue) = 221+195+65=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC341 is #223CBE. Grayscale: #BCBCBC. Windows color (decimal): -2243775 or 4309981. OLE color: 4309981.

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

Color convert

RGB 221 195 65 -
CMYK 0 0.12 0.71 0.13
HSL 50º 0.7% 0.56% -
HSV(B) 50º 0.71% 0.87% -
XYZ 50.29 54.78 12.92 -
YUV 187.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 221 195 65 0 0.12 0.71 0.13 50 0.7 0.56
Hex DD C3 41 0 C 47 D 32 46 38
Octal 335 303 101 0 14 107 15 62 106 70
Binary 11011101 11000011 1000001 0 1100 1000111 1101 110010 1000110 111000

Color Harmonies of #DDC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC341

Black with #DDC341

Text Example


Text Example

White with #DDC341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC341; }

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

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

background-color css

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

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

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

border-color css

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

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

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