Html Css Color HEX #DDC956 Confetti

📋 copy color: '#DDC956'

red 221 ◦ green 201 ◦ blue 86

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

Shades of Confetti #DDC956

Tints of Confetti #DDC956

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.57%

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

R = 43.5%
G = 39.57%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDC956 (or 0xDDC956) is known color: Confetti. HEX triplet: DD, C9 and 56. RGB value is (221,201,86). Sum of RGB (Red+Green+Blue) = 221+201+86=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC956 is #2236A9. Grayscale: #C2C2C2. Windows color (decimal): -2242218 or 5687773. OLE color: 5687773.

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

Color convert

RGB 221 201 86 -
CMYK 0 0.09 0.61 0.13
HSL 51.11º 0.67% 0.6% -
HSV(B) 51.11º 0.61% 0.87% -
XYZ 52.39 57.82 17.2 -
YUV 193.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 221 201 86 0 0.09 0.61 0.13 51.11 0.67 0.6
Hex DD C9 56 0 9 3D D 33 43 3C
Octal 335 311 126 0 11 75 15 63 103 74
Binary 11011101 11001001 1010110 0 1001 111101 1101 110011 1000011 111100

Color Harmonies of #DDC956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC956

Black with #DDC956

Text Example


Text Example

White with #DDC956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC956; }

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

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

background-color css

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

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

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

border-color css

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

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

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