#D5C349

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

Shades of Confetti #D5C349

Tints of Confetti #D5C349

Color information

#D5C349 (or 0xD5C349) is unknown color: approx Confetti. HEX triplet: D5, C3 and 49. RGB value is (213,195,73). Sum of RGB (Red+Green+Blue) = 213+195+73=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C349 is #2A3CB6. Grayscale: #BABABA. Windows color (decimal): -2768055 or 4834261. OLE color: 4834261.

HSL color Cylindrical-coordinate representation of color #D5C349: hue angle of 52.29º 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 #D5C349 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB21319573-
CMYK00.080.660.16
HSL52.29º62.5%56.08%-
HSV(B)52.29º65.73%83.53%-
XYZ48.1653.6614.12-
YUV186.4763.96146.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 73 (28.91% from 255) = 15.18%
R=44.28%
G=40.54%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131957300.080.660.1652.2962.556.08
HexD5C349084210343e38
Octal32530311101010220647670
Binary1101010111000011100100101000100001010000110100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C349; }

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

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

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

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

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

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

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

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