#D7C85D

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

Shades of Tacha #D7C85D

Tints of Tacha #D7C85D

Color information

#D7C85D (or 0xD7C85D) is unknown color: approx Tacha. HEX triplet: D7, C8 and 5D. RGB value is (215,200,93). Sum of RGB (Red+Green+Blue) = 215+200+93=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C85D is #2837A2. Grayscale: #C0C0C0. Windows color (decimal): -2635683 or 6146263. OLE color: 6146263.

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

Color convert

RGB21520093-
CMYK00.070.570.16
HSL52.62º60.4%60.39%-
HSV(B)52.62º56.74%84.31%-
XYZ50.6556.5518.6-
YUV192.2971.97144.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=42.32%
G=39.37%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152009300.070.570.1652.6260.460.39
HexD7C85D073910353c3c
Octal327310135077120657474
Binary11010111110010001011101011111100110000110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C85D; }

 p { color: rgb(215,200,93); }

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

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

 a { background-color: rgb(215,200,93); }

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

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

 span { border-color: rgb(215,200,93); }

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