#D4C165

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

Shades of Tacha #D4C165

Tints of Tacha #D4C165

Color information

#D4C165 (or 0xD4C165) is unknown color: approx Tacha. HEX triplet: D4, C1 and 65. RGB value is (212,193,101). Sum of RGB (Red+Green+Blue) = 212+193+101=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C165 is #2B3E9A. Grayscale: #BCBCBC. Windows color (decimal): -2834075 or 6668756. OLE color: 6668756.

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

Color convert

RGB212193101-
CMYK00.090.520.17
HSL49.73º56.35%61.37%-
HSV(B)49.73º52.36%83.14%-
XYZ48.5753.0820-
YUV188.1978.79144.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=41.90%
G=38.14%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219310100.090.520.1749.7356.3561.37
HexD4C16509341132383d
Octal3243011450116421627075
Binary110101001100000111001010100111010010001110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C165; }

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

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

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

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

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

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

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

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