#D7CA5A

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

Shades of Confetti #D7CA5A

Tints of Confetti #D7CA5A

Color information

#D7CA5A (or 0xD7CA5A) is unknown color: approx Confetti. HEX triplet: D7, CA and 5A. RGB value is (215,202,90). Sum of RGB (Red+Green+Blue) = 215+202+90=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA5A is #2835A5. Grayscale: #C1C1C1. Windows color (decimal): -2635174 or 5950167. OLE color: 5950167.

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

Color convert

RGB21520290-
CMYK00.060.580.16
HSL53.76º60.98%59.8%-
HSV(B)53.76º58.14%84.31%-
XYZ50.9957.4318.07-
YUV193.1269.81143.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=42.41%
G=39.84%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152029000.060.580.1653.7660.9859.8
HexD7CA5A063A10363d3c
Octal327312132067220667574
Binary11010111110010101011010011011101010000110110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CA5A; }

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

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

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

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

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

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

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

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