#D7C953

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

Shades of Confetti #D7C953

Tints of Confetti #D7C953

Color information

#D7C953 (or 0xD7C953) is unknown color: approx Confetti. HEX triplet: D7, C9 and 53. RGB value is (215,201,83). Sum of RGB (Red+Green+Blue) = 215+201+83=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C953 is #2836AC. Grayscale: #C0C0C0. Windows color (decimal): -2635437 or 5491159. OLE color: 5491159.

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

Color convert

RGB21520183-
CMYK00.070.610.16
HSL53.64º62.26%58.43%-
HSV(B)53.64º61.4%84.31%-
XYZ50.4756.8416.5-
YUV191.7366.64144.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.09%
GREEN value IS 201 (78.91% from 255) = 40.28%
BLUE value IS 83 (32.81% from 255) = 16.63%
R=43.09%
G=40.28%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152018300.070.610.1653.6462.2658.43
HexD7C953073D10363e3a
Octal327311123077520667672
Binary11010111110010011010011011111110110000110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C953; }

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

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

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

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

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

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

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

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