Html Css Color HEX #DDC557 Confetti

📋 copy color: '#DDC557'

red 221 ◦ green 197 ◦ blue 87

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

Shades of Confetti #DDC557

Tints of Confetti #DDC557

RGB

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

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

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

R = 43.76%
G = 39.01%
B = 17.23%

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

#DDC557 (or 0xDDC557) is known color: Confetti. HEX triplet: DD, C5 and 57. RGB value is (221,197,87). Sum of RGB (Red+Green+Blue) = 221+197+87=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 87 (34.38% from 255 or 17.23% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC557 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC557 is #223AA8. Grayscale: #C0C0C0. Windows color (decimal): -2243241 or 5752285. OLE color: 5752285.

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

Color convert

RGB 221 197 87 -
CMYK 0 0.11 0.61 0.13
HSL 49.25º 0.66% 0.6% -
HSV(B) 49.25º 0.61% 0.87% -
XYZ 51.51 55.99 17.11 -
YUV 191.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 221 197 87 0 0.11 0.61 0.13 49.25 0.66 0.6
Hex DD C5 57 0 B 3D D 31 42 3C
Octal 335 305 127 0 13 75 15 61 102 74
Binary 11011101 11000101 1010111 0 1011 111101 1101 110001 1000010 111100

Color Harmonies of #DDC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC557

Black with #DDC557

Text Example


Text Example

White with #DDC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC557; }

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

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

background-color css

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

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

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

border-color css

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

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

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