#DCD64B

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

Shades of Confetti #DCD64B

Tints of Confetti #DCD64B

Color information

#DCD64B (or 0xDCD64B) is unknown color: approx Confetti. HEX triplet: DC, D6 and 4B. RGB value is (220,214,75). Sum of RGB (Red+Green+Blue) = 220+214+75=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 75 (29.69% from 255 or 14.73% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD64B is #2329B4. Grayscale: #C8C8C8. Windows color (decimal): -2304437 or 4970204. OLE color: 4970204.

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

Color convert

RGB22021475-
CMYK00.030.660.14
HSL57.52º67.44%57.84%-
HSV(B)57.52º65.91%86.27%-
XYZ54.8363.8216.08-
YUV199.9557.49142.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.22%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 75 (29.69% from 255) = 14.73%
R=43.22%
G=42.04%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202147500.030.660.1457.5267.4457.84
HexDCD64B0342E3a433a
Octal33432611303102167210372
Binary11011100110101101001011011100001011101110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD64B; }

 p { color: rgb(220,214,75); }

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

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

 a { background-color: rgb(220,214,75); }

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

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

 span { border-color: rgb(220,214,75); }

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