Html Css Color HEX #DDC756 Confetti

📋 copy color: '#DDC756'

red 221 ◦ green 199 ◦ blue 86

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

Shades of Confetti #DDC756

Tints of Confetti #DDC756

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.33%

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

R = 43.68%
G = 39.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDC756 (or 0xDDC756) is known color: Confetti. HEX triplet: DD, C7 and 56. RGB value is (221,199,86). Sum of RGB (Red+Green+Blue) = 221+199+86=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC756 is #2238A9. Grayscale: #C1C1C1. Windows color (decimal): -2242730 or 5687261. OLE color: 5687261.

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

Color convert

RGB 221 199 86 -
CMYK 0 0.10 0.61 0.13
HSL 50.22º 0.67% 0.6% -
HSV(B) 50.22º 0.61% 0.87% -
XYZ 51.92 56.89 17.05 -
YUV 192.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 221 199 86 0 0.10 0.61 0.13 50.22 0.67 0.6
Hex DD C7 56 0 A 3D D 32 43 3C
Octal 335 307 126 0 12 75 15 62 103 74
Binary 11011101 11000111 1010110 0 1010 111101 1101 110010 1000011 111100

Color Harmonies of #DDC756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC756

Black with #DDC756

Text Example


Text Example

White with #DDC756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC756; }

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

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

background-color css

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

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

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

border-color css

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

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

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