#D6C467

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

Shades of Tacha #D6C467

Tints of Tacha #D6C467

Color information

#D6C467 (or 0xD6C467) is unknown color: approx Tacha. HEX triplet: D6, C4 and 67. RGB value is (214,196,103). Sum of RGB (Red+Green+Blue) = 214+196+103=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C467 is #293B98. Grayscale: #BFBFBF. Windows color (decimal): -2702233 or 6800598. OLE color: 6800598.

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

Color convert

RGB214196103-
CMYK00.080.520.16
HSL50.27º57.51%62.16%-
HSV(B)50.27º51.87%83.92%-
XYZ49.9254.7620.77-
YUV190.7878.46144.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=41.72%
G=38.21%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419610300.080.520.1650.2757.5162.16
HexD6C467083410323a3e
Octal3263041470106420627276
Binary110101101100010011001110100011010010000110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C467; }

 p { color: rgb(214,196,103); }

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

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

 a { background-color: rgb(214,196,103); }

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

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

 span { border-color: rgb(214,196,103); }

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