#D6C367

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

Shades of Tacha #D6C367

Tints of Tacha #D6C367

Color information

#D6C367 (or 0xD6C367) is unknown color: approx Tacha. HEX triplet: D6, C3 and 67. RGB value is (214,195,103). Sum of RGB (Red+Green+Blue) = 214+195+103=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C367 is #293C98. Grayscale: #BEBEBE. Windows color (decimal): -2702489 or 6800342. OLE color: 6800342.

HSL color Cylindrical-coordinate representation of color #D6C367: hue angle of 49.73º 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 #D6C367 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB214195103-
CMYK00.090.520.16
HSL49.73º57.51%62.16%-
HSV(B)49.73º51.87%83.92%-
XYZ49.6954.3120.69-
YUV190.1978.79144.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.80%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=41.80%
G=38.09%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419510300.090.520.1649.7357.5162.16
HexD6C367093410323a3e
Octal3263031470116420627276
Binary110101101100001111001110100111010010000110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C367; }

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

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

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

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

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

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

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

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