#D7C068

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

Shades of Tacha #D7C068

Tints of Tacha #D7C068

Color information

#D7C068 (or 0xD7C068) is unknown color: approx Tacha. HEX triplet: D7, C0 and 68. RGB value is (215,192,104). Sum of RGB (Red+Green+Blue) = 215+192+104=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C068 is #283F97. Grayscale: #BDBDBD. Windows color (decimal): -2637720 or 6865111. OLE color: 6865111.

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

Color convert

RGB215192104-
CMYK00.110.520.16
HSL47.57º58.12%62.55%-
HSV(B)47.57º51.63%84.31%-
XYZ49.3753.1520.75-
YUV188.8480.12146.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.07%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 104 (41.02% from 255) = 20.35%
R=42.07%
G=37.57%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519210400.110.520.1647.5758.1262.55
HexD7C0680B3410303a3f
Octal3273001500136420607277
Binary110101111100000011010000101111010010000110000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C068; }

 p { color: rgb(215,192,104); }

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

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

 a { background-color: rgb(215,192,104); }

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

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

 span { border-color: rgb(215,192,104); }

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