#D8CC4A

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

Shades of Confetti #D8CC4A

Tints of Confetti #D8CC4A

Color information

#D8CC4A (or 0xD8CC4A) is unknown color: approx Confetti. HEX triplet: D8, CC and 4A. RGB value is (216,204,74). Sum of RGB (Red+Green+Blue) = 216+204+74=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC4A is #2733B5. Grayscale: #C1C1C1. Windows color (decimal): -2569142 or 4902104. OLE color: 4902104.

HSL color Cylindrical-coordinate representation of color #D8CC4A: hue angle of 54.93º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8CC4A is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB21620474-
CMYK00.060.660.15
HSL54.93º64.55%56.86%-
HSV(B)54.93º65.74%84.71%-
XYZ51.1558.2815.03-
YUV192.7760.98144.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 74 (29.30% from 255) = 14.98%
R=43.72%
G=41.30%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162047400.060.660.1554.9364.5556.86
HexD8CC4A0642F374139
Octal33031411206102176710171
Binary110110001100110010010100110100001011111101111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CC4A; }

 p { color: rgb(216,204,74); }

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

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

 a { background-color: rgb(216,204,74); }

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

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

 span { border-color: rgb(216,204,74); }

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