#D4C267

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

Shades of Tacha #D4C267

Tints of Tacha #D4C267

Color information

#D4C267 (or 0xD4C267) is unknown color: approx Tacha. HEX triplet: D4, C2 and 67. RGB value is (212,194,103). Sum of RGB (Red+Green+Blue) = 212+194+103=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C267 is #2B3D98. Grayscale: #BDBDBD. Windows color (decimal): -2833817 or 6800084. OLE color: 6800084.

HSL color Cylindrical-coordinate representation of color #D4C267: hue angle of 50.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4C267 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212194103-
CMYK00.080.510.17
HSL50.09º55.9%61.76%-
HSV(B)50.09º51.42%83.14%-
XYZ48.8953.5620.59-
YUV189.0179.46144.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 103 (40.62% from 255) = 20.24%
R=41.65%
G=38.11%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219410300.080.510.1750.0955.961.76
HexD4C26708331132383e
Octal3243021470106321627076
Binary110101001100001011001110100011001110001110010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C267; }

 p { color: rgb(212,194,103); }

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

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

 a { background-color: rgb(212,194,103); }

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

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

 span { border-color: rgb(212,194,103); }

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