#D4C265

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

Shades of Tacha #D4C265

Tints of Tacha #D4C265

Color information

#D4C265 (or 0xD4C265) is unknown color: approx Tacha. HEX triplet: D4, C2 and 65. RGB value is (212,194,101). Sum of RGB (Red+Green+Blue) = 212+194+101=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C265 is #2B3D9A. Grayscale: #BDBDBD. Windows color (decimal): -2833819 or 6669012. OLE color: 6669012.

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

Color convert

RGB212194101-
CMYK00.080.520.17
HSL50.27º56.35%61.37%-
HSV(B)50.27º52.36%83.14%-
XYZ48.7953.5220.07-
YUV188.7878.46144.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.81%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 101 (39.84% from 255) = 19.92%
R=41.81%
G=38.26%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219410100.080.520.1750.2756.3561.37
HexD4C26508341132383d
Octal3243021450106421627075
Binary110101001100001011001010100011010010001110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C265; }

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

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

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

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

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

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

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

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