#DCC757

Color #DCC757 Confetti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Confetti #DCC757

Tints of Confetti #DCC757

Color information

#DCC757 (or 0xDCC757) is unknown color: approx Confetti. HEX triplet: DC, C7 and 57. RGB value is (220,199,87). Sum of RGB (Red+Green+Blue) = 220+199+87=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 87 (34.38% from 255 or 17.19% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC757 is #2338A8. Grayscale: #C0C0C0. Windows color (decimal): -2308265 or 5752796. OLE color: 5752796.

HSL color Cylindrical-coordinate representation of color #DCC757: hue angle of 50.53º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCC757 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB22019987-
CMYK00.100.600.14
HSL50.53º65.52%60.2%-
HSV(B)50.53º60.45%86.27%-
XYZ51.6656.7517.25-
YUV192.5168.46147.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 199 (78.12% from 255) = 39.33%
BLUE value IS 87 (34.38% from 255) = 17.19%
R=43.48%
G=39.33%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201998700.100.600.1450.5365.5260.2
HexDCC7570A3CE33423c
Octal33430712701274166310274
Binary110111001100011110101110101011110011101100111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC757; }

 p { color: rgb(220,199,87); }

 H1.HeaderClassName
 {
   color: #DCC757;
 }
 .AnyTagClassName
 {
   color: #DCC757;
 }
</style>
background-color css

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

 a { background-color: rgb(220,199,87); }

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

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

 span { border-color: rgb(220,199,87); }

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