#dabd5c

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

Shades of Tacha #DABD5C

Tints of Tacha #DABD5C

Color information

#DABD5C (or 0xDABD5C) is unknown color: approx Tacha. HEX triplet: DA, BD and 5C. RGB value is (218,189,92). Sum of RGB (Red+Green+Blue) = 218+189+92=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD5C is #2542A3. Grayscale: #BBBBBB. Windows color (decimal): -2441892 or 6077914. OLE color: 6077914.

HSL color Cylindrical-coordinate representation of color #DABD5C: hue angle of 46.19º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DABD5C is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21818992-
CMYK00.130.580.15
HSL46.19º63%60.78%-
HSV(B)46.19º57.8%85.49%-
XYZ49.0452.0717.59-
YUV186.6174.61150.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 92 (36.33% from 255) = 18.44%
R=43.69%
G=37.88%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181899200.130.580.1546.196360.78
HexDABD5C0D3AF2e3f3d
Octal3322751340157217567775
Binary11011010101111011011100011011110101111101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dabd5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dabd5c; }

 p { color: rgb(218,189,92); }

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

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

 a { background-color: rgb(218,189,92); }

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

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

 span { border-color: rgb(218,189,92); }

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