#DCC950

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

Shades of Confetti #DCC950

Tints of Confetti #DCC950

Color information

#DCC950 (or 0xDCC950) is unknown color: approx Confetti. HEX triplet: DC, C9 and 50. RGB value is (220,201,80). Sum of RGB (Red+Green+Blue) = 220+201+80=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC950 is #2336AF. Grayscale: #C1C1C1. Windows color (decimal): -2307760 or 5294556. OLE color: 5294556.

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

Color convert

RGB22020180-
CMYK00.090.640.14
HSL51.86º66.67%58.82%-
HSV(B)51.86º63.64%86.27%-
XYZ51.8557.5715.97-
YUV192.8964.29147.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=43.91%
G=40.12%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202018000.090.640.1451.8666.6758.82
HexDCC9500940E34433b
Octal334311120011100166410373
Binary1101110011001001101000001001100000011101101001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC950; }

 p { color: rgb(220,201,80); }

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

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

 a { background-color: rgb(220,201,80); }

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

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

 span { border-color: rgb(220,201,80); }

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