#D7CA53

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

Shades of Confetti #D7CA53

Tints of Confetti #D7CA53

Color information

#D7CA53 (or 0xD7CA53) is unknown color: approx Confetti. HEX triplet: D7, CA and 53. RGB value is (215,202,83). Sum of RGB (Red+Green+Blue) = 215+202+83=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA53 is #2835AC. Grayscale: #C0C0C0. Windows color (decimal): -2635181 or 5491415. OLE color: 5491415.

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

Color convert

RGB21520283-
CMYK00.060.610.16
HSL54.09º62.26%58.43%-
HSV(B)54.09º61.4%84.31%-
XYZ50.7157.3116.57-
YUV192.3266.31144.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 83 (32.81% from 255) = 16.6%
R=43%
G=40.4%
B=16.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152028300.060.610.1654.0962.2658.43
HexD7CA53063D10363e3a
Octal327312123067520667672
Binary11010111110010101010011011011110110000110110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA53; }

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

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

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

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

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

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

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

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