#D8CB61

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

Shades of Tacha #D8CB61

Tints of Tacha #D8CB61

Color information

#D8CB61 (or 0xD8CB61) is unknown color: approx Tacha. HEX triplet: D8, CB and 61. RGB value is (216,203,97). Sum of RGB (Red+Green+Blue) = 216+203+97=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB61 is #27349E. Grayscale: #C3C3C3. Windows color (decimal): -2569375 or 6409176. OLE color: 6409176.

HSL color Cylindrical-coordinate representation of color #D8CB61: hue angle of 53.45º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8CB61 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21620397-
CMYK00.060.550.15
HSL53.45º60.41%61.37%-
HSV(B)53.45º55.09%84.71%-
XYZ51.8358.1719.81-
YUV194.872.81143.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 203 (79.69% from 255) = 39.34%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=41.86%
G=39.34%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162039700.060.550.1553.4560.4161.37
HexD8CB610637F353c3d
Octal330313141066717657475
Binary1101100011001011110000101101101111111110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB61; }

 p { color: rgb(216,203,97); }

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

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

 a { background-color: rgb(216,203,97); }

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

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

 span { border-color: rgb(216,203,97); }

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