#dcc74f

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

Shades of Confetti #DCC74F

Tints of Confetti #DCC74F

Color information

#DCC74F (or 0xDCC74F) is unknown color: approx Confetti. HEX triplet: DC, C7 and 4F. RGB value is (220,199,79). Sum of RGB (Red+Green+Blue) = 220+199+79=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 79 (31.25% from 255 or 15.86% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC74F is #2338B0. Grayscale: #C0C0C0. Windows color (decimal): -2308273 or 5228508. OLE color: 5228508.

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

Color convert

RGB22019979-
CMYK00.100.640.14
HSL51.06º66.82%58.63%-
HSV(B)51.06º64.09%86.27%-
XYZ51.3556.6315.62-
YUV191.664.46148.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.18%
GREEN value IS 199 (78.12% from 255) = 39.96%
BLUE value IS 79 (31.25% from 255) = 15.86%
R=44.18%
G=39.96%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201997900.100.640.1451.0666.8258.63
HexDCC74F0A40E33433b
Octal334307117012100166310373
Binary1101110011000111100111101010100000011101100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcc74f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcc74f; }

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

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

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

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

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

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

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

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