#D2BD5C

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

Shades of Tacha #D2BD5C

Tints of Tacha #D2BD5C

Color information

#D2BD5C (or 0xD2BD5C) is unknown color: approx Tacha. HEX triplet: D2, BD and 5C. RGB value is (210,189,92). Sum of RGB (Red+Green+Blue) = 210+189+92=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BD5C is #2D42A3. Grayscale: #B8B8B8. Windows color (decimal): -2966180 or 6077906. OLE color: 6077906.

HSL color Cylindrical-coordinate representation of color #D2BD5C: hue angle of 49.32º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2BD5C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21018992-
CMYK00.100.560.18
HSL49.32º56.73%59.22%-
HSV(B)49.32º56.19%82.35%-
XYZ46.7150.8717.48-
YUV184.2275.96146.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 92 (36.33% from 255) = 18.74%
R=42.77%
G=38.49%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101899200.100.560.1849.3256.7359.22
HexD2BD5C0A381231393b
Octal3222751340127022617173
Binary110100101011110110111000101011100010010110001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BD5C; }

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

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

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

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

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

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

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

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