#D5C268

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

Shades of Tacha #D5C268

Tints of Tacha #D5C268

Color information

#D5C268 (or 0xD5C268) is unknown color: approx Tacha. HEX triplet: D5, C2 and 68. RGB value is (213,194,104). Sum of RGB (Red+Green+Blue) = 213+194+104=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C268 is #2A3D97. Grayscale: #BDBDBD. Windows color (decimal): -2768280 or 6865621. OLE color: 6865621.

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

Color convert

RGB213194104-
CMYK00.090.510.16
HSL49.54º56.48%62.16%-
HSV(B)49.54º51.17%83.53%-
XYZ49.2353.7320.87-
YUV189.4279.79144.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=41.68%
G=37.96%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319410400.090.510.1649.5456.4862.16
HexD5C26809331032383e
Octal3253021500116320627076
Binary110101011100001011010000100111001110000110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C268; }

 p { color: rgb(213,194,104); }

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

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

 a { background-color: rgb(213,194,104); }

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

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

 span { border-color: rgb(213,194,104); }

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