#DABD63

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

Shades of Tacha #DABD63

Tints of Tacha #DABD63

Color information

#DABD63 (or 0xDABD63) is unknown color: approx Tacha. HEX triplet: DA, BD and 63. RGB value is (218,189,99). Sum of RGB (Red+Green+Blue) = 218+189+99=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD63 is #25429C. Grayscale: #BBBBBB. Windows color (decimal): -2441885 or 6536666. OLE color: 6536666.

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

Color convert

RGB21818999-
CMYK00.130.550.15
HSL45.38º61.66%62.16%-
HSV(B)45.38º54.59%85.49%-
XYZ49.3652.219.28-
YUV187.4178.11149.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.08%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 99 (39.06% from 255) = 19.57%
R=43.08%
G=37.35%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181899900.130.550.1545.3861.6662.16
HexDABD630D37F2d3e3e
Octal3322751430156717557676
Binary11011010101111011100011011011101111111101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD63; }

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

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

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

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

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

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

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

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