#D4CB61

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

Shades of Tacha #D4CB61

Tints of Tacha #D4CB61

Color information

#D4CB61 (or 0xD4CB61) is unknown color: approx Tacha. HEX triplet: D4, CB and 61. RGB value is (212,203,97). Sum of RGB (Red+Green+Blue) = 212+203+97=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB61 is #2B349E. Grayscale: #C2C2C2. Windows color (decimal): -2831519 or 6409172. OLE color: 6409172.

HSL color Cylindrical-coordinate representation of color #D4CB61: hue angle of 55.3º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4CB61 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21220397-
CMYK00.040.540.17
HSL55.3º57.21%60.59%-
HSV(B)55.3º54.25%83.14%-
XYZ50.6657.5719.75-
YUV193.6173.48141.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 97 (38.28% from 255) = 18.95%
R=41.41%
G=39.65%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122039700.040.540.1755.357.2160.59
HexD4CB6104361137393d
Octal324313141046621677175
Binary11010100110010111100001010011011010001110111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CB61; }

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

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

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

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

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

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

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

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