#DCC650

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

Shades of Confetti #DCC650

Tints of Confetti #DCC650

Color information

#DCC650 (or 0xDCC650) is unknown color: approx Confetti. HEX triplet: DC, C6 and 50. RGB value is (220,198,80). Sum of RGB (Red+Green+Blue) = 220+198+80=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC650 is #2339AF. Grayscale: #BFBFBF. Windows color (decimal): -2308528 or 5293788. OLE color: 5293788.

HSL color Cylindrical-coordinate representation of color #DCC650: hue angle of 50.57º 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 #DCC650 is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB22019880-
CMYK00.10.640.14
HSL50.57º66.67%58.82%-
HSV(B)50.57º63.64%86.27%-
XYZ51.1656.1815.74-
YUV191.1365.29148.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 198 (77.73% from 255) = 39.76%
BLUE value IS 80 (31.64% from 255) = 16.06%
R=44.18%
G=39.76%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201988000.10.640.1450.5766.6758.82
HexDCC6500A40E33433b
Octal334306120012100166310373
Binary1101110011000110101000001010100000011101100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC650; }

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

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

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

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

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

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

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

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