#D5C649

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

Shades of Confetti #D5C649

Tints of Confetti #D5C649

Color information

#D5C649 (or 0xD5C649) is unknown color: approx Confetti. HEX triplet: D5, C6 and 49. RGB value is (213,198,73). Sum of RGB (Red+Green+Blue) = 213+198+73=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C649 is #2A39B6. Grayscale: #BCBCBC. Windows color (decimal): -2767287 or 4835029. OLE color: 4835029.

HSL color Cylindrical-coordinate representation of color #D5C649: hue angle of 53.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5C649 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21319873-
CMYK00.070.660.16
HSL53.57º62.5%56.08%-
HSV(B)53.57º65.73%83.53%-
XYZ48.8455.0214.35-
YUV188.2462.97145.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 198 (77.73% from 255) = 40.91%
BLUE value IS 73 (28.91% from 255) = 15.08%
R=44.01%
G=40.91%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131987300.070.660.1653.5762.556.08
HexD5C649074210363e38
Octal3253061110710220667670
Binary110101011100011010010010111100001010000110110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C649; }

 p { color: rgb(213,198,73); }

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

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

 a { background-color: rgb(213,198,73); }

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

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

 span { border-color: rgb(213,198,73); }

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