Html Css Color HEX #DDC857 Confetti

📋 copy color: '#DDC857'

red 221 ◦ green 200 ◦ blue 87

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

Shades of Confetti #DDC857

Tints of Confetti #DDC857

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

 BLUE value IS 87 (34.38% from 255) = 17.13%

R = 43.5%
G = 39.37%
B = 17.13%

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

#DDC857 (or 0xDDC857) is known color: Confetti. HEX triplet: DD, C8 and 57. RGB value is (221,200,87). Sum of RGB (Red+Green+Blue) = 221+200+87=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 87 (34.38% from 255 or 17.13% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC857 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC857 is #2237A8. Grayscale: #C1C1C1. Windows color (decimal): -2242473 or 5753053. OLE color: 5753053.

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

Color convert

RGB 221 200 87 -
CMYK 0 0.10 0.61 0.13
HSL 50.6º 0.66% 0.6% -
HSV(B) 50.6º 0.61% 0.87% -
XYZ 52.19 57.37 17.34 -
YUV 193.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 221 200 87 0 0.10 0.61 0.13 50.6 0.66 0.6
Hex DD C8 57 0 A 3D D 33 42 3C
Octal 335 310 127 0 12 75 15 63 102 74
Binary 11011101 11001000 1010111 0 1010 111101 1101 110011 1000010 111100

Color Harmonies of #DDC857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC857

Black with #DDC857

Text Example


Text Example

White with #DDC857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC857; }

 p { color: rgb(221,200,87); }

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

background-color css

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

 a { background-color: rgb(221,200,87); }

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

border-color css

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

 span { border-color: rgb(221,200,87); }

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