#DCC858

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

Shades of Confetti #DCC858

Tints of Confetti #DCC858

Color information

#DCC858 (or 0xDCC858) is unknown color: approx Confetti. HEX triplet: DC, C8 and 58. RGB value is (220,200,88). Sum of RGB (Red+Green+Blue) = 220+200+88=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC858 is #2337A7. Grayscale: #C1C1C1. Windows color (decimal): -2308008 or 5818588. OLE color: 5818588.

HSL color Cylindrical-coordinate representation of color #DCC858: hue angle of 50.91º degrees, saturation: 0.65, 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 #DCC858 is Cyan = 0, Magento = 0.09, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB22020088-
CMYK00.090.60.14
HSL50.91º65.35%60.39%-
HSV(B)50.91º60%86.27%-
XYZ51.9357.2317.54-
YUV193.2168.63147.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 88 (34.77% from 255) = 17.32%
R=43.31%
G=39.37%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.6
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202008800.090.60.1450.9165.3560.39
HexDCC858093CE33413c
Octal33431013001174166310174
Binary110111001100100010110000100111110011101100111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC858; }

 p { color: rgb(220,200,88); }

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

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

 a { background-color: rgb(220,200,88); }

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

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

 span { border-color: rgb(220,200,88); }

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