#D7CB63

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

Shades of Tacha #D7CB63

Tints of Tacha #D7CB63

Color information

#D7CB63 (or 0xD7CB63) is unknown color: approx Tacha. HEX triplet: D7, CB and 63. RGB value is (215,203,99). Sum of RGB (Red+Green+Blue) = 215+203+99=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CB63 is #28349C. Grayscale: #C3C3C3. Windows color (decimal): -2634909 or 6540247. OLE color: 6540247.

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

Color convert

RGB21520399-
CMYK00.060.540.16
HSL53.79º59.18%61.57%-
HSV(B)53.79º53.95%84.31%-
XYZ51.6358.0620.29-
YUV194.7373.98142.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 99 (39.06% from 255) = 19.15%
R=41.59%
G=39.26%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152039900.060.540.1653.7959.1861.57
HexD7CB63063610363b3e
Octal327313143066620667376
Binary11010111110010111100011011011011010000110110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CB63; }

 p { color: rgb(215,203,99); }

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

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

 a { background-color: rgb(215,203,99); }

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

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

 span { border-color: rgb(215,203,99); }

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