#D9C14B

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

Shades of Confetti #D9C14B

Tints of Confetti #D9C14B

Color information

#D9C14B (or 0xD9C14B) is unknown color: approx Confetti. HEX triplet: D9, C1 and 4B. RGB value is (217,193,75). Sum of RGB (Red+Green+Blue) = 217+193+75=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C14B is #263EB4. Grayscale: #BBBBBB. Windows color (decimal): -2506421 or 4964825. OLE color: 4964825.

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

Color convert

RGB21719375-
CMYK00.110.650.15
HSL49.86º65.14%57.25%-
HSV(B)49.86º65.44%85.1%-
XYZ48.9653.414.38-
YUV186.7264.95149.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 193 (75.78% from 255) = 39.79%
BLUE value IS 75 (29.69% from 255) = 15.46%
R=44.74%
G=39.79%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171937500.110.650.1549.8665.1457.25
HexD9C14B0B41F324139
Octal331301113013101176210171
Binary1101100111000001100101101011100000111111100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C14B; }

 p { color: rgb(217,193,75); }

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

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

 a { background-color: rgb(217,193,75); }

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

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

 span { border-color: rgb(217,193,75); }

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