#D5C865

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

Shades of Tacha #D5C865

Tints of Tacha #D5C865

Color information

#D5C865 (or 0xD5C865) is unknown color: approx Tacha. HEX triplet: D5, C8 and 65. RGB value is (213,200,101). Sum of RGB (Red+Green+Blue) = 213+200+101=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C865 is #2A379A. Grayscale: #C1C1C1. Windows color (decimal): -2766747 or 6670549. OLE color: 6670549.

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

Color convert

RGB213200101-
CMYK00.060.530.16
HSL53.04º57.14%61.57%-
HSV(B)53.04º52.58%83.53%-
XYZ50.4456.3920.54-
YUV192.676.31142.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=41.44%
G=38.91%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320010100.060.530.1653.0457.1461.57
HexD5C86506351035393e
Octal325310145066520657176
Binary11010101110010001100101011011010110000110101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C865; }

 p { color: rgb(213,200,101); }

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

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

 a { background-color: rgb(213,200,101); }

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

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

 span { border-color: rgb(213,200,101); }

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