#DCC851

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

Shades of Confetti #DCC851

Tints of Confetti #DCC851

Color information

#DCC851 (or 0xDCC851) is unknown color: approx Confetti. HEX triplet: DC, C8 and 51. RGB value is (220,200,81). Sum of RGB (Red+Green+Blue) = 220+200+81=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC851 is #2337AE. Grayscale: #C0C0C0. Windows color (decimal): -2308015 or 5359836. OLE color: 5359836.

HSL color Cylindrical-coordinate representation of color #DCC851: hue angle of 51.37º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCC851 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB22020081-
CMYK00.090.630.14
HSL51.37º66.51%59.02%-
HSV(B)51.37º63.18%86.27%-
XYZ51.6557.1216.09-
YUV192.4165.13147.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=43.91%
G=39.92%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202008100.090.630.1451.3766.5159.02
HexDCC851093FE33433b
Octal33431012101177166310373
Binary110111001100100010100010100111111111101100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC851; }

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

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

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

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

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

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

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

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