#D3C953

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

Shades of Confetti #D3C953

Tints of Confetti #D3C953

Color information

#D3C953 (or 0xD3C953) is unknown color: approx Confetti. HEX triplet: D3, C9 and 53. RGB value is (211,201,83). Sum of RGB (Red+Green+Blue) = 211+201+83=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C953 is #2C36AC. Grayscale: #BFBFBF. Windows color (decimal): -2897581 or 5491155. OLE color: 5491155.

HSL color Cylindrical-coordinate representation of color #D3C953: hue angle of 55.31º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3C953 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB21120183-
CMYK00.050.610.17
HSL55.31º59.26%57.65%-
HSV(B)55.31º60.66%82.75%-
XYZ49.3156.2516.44-
YUV190.5467.31142.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 83 (32.81% from 255) = 16.77%
R=42.63%
G=40.61%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112018300.050.610.1755.3159.2657.65
HexD3C953053D11373b3a
Octal323311123057521677372
Binary11010011110010011010011010111110110001110111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C953; }

 p { color: rgb(211,201,83); }

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

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

 a { background-color: rgb(211,201,83); }

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

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

 span { border-color: rgb(211,201,83); }

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