Html Css Color HEX #DDC556 Confetti

📋 copy color: '#DDC556'

red 221 ◦ green 197 ◦ blue 86

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

Shades of Confetti #DDC556

Tints of Confetti #DDC556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.09%

 BLUE value IS 86 (33.98% from 255) = 17.06%

R = 43.85%
G = 39.09%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDC556 (or 0xDDC556) is known color: Confetti. HEX triplet: DD, C5 and 56. RGB value is (221,197,86). Sum of RGB (Red+Green+Blue) = 221+197+86=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC556 is #223AA9. Grayscale: #BFBFBF. Windows color (decimal): -2243242 or 5686749. OLE color: 5686749.

HSL color Cylindrical-coordinate representation of color #DDC556: hue angle of 49.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDC556 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 197 86 -
CMYK 0 0.11 0.61 0.13
HSL 49.33º 0.67% 0.6% -
HSV(B) 49.33º 0.61% 0.87% -
XYZ 51.46 55.98 16.9 -
YUV 191.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 221 197 86 0 0.11 0.61 0.13 49.33 0.67 0.6
Hex DD C5 56 0 B 3D D 31 43 3C
Octal 335 305 126 0 13 75 15 61 103 74
Binary 11011101 11000101 1010110 0 1011 111101 1101 110001 1000011 111100

Color Harmonies of #DDC556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC556

Black with #DDC556

Text Example


Text Example

White with #DDC556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC556; }

 p { color: rgb(221,197,86); }

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

background-color css

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

 a { background-color: rgb(221,197,86); }

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

border-color css

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

 span { border-color: rgb(221,197,86); }

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