#D0BD6C

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

Shades of Tacha #D0BD6C

Tints of Tacha #D0BD6C

Color information

#D0BD6C (or 0xD0BD6C) is unknown color: approx Tacha. HEX triplet: D0, BD and 6C. RGB value is (208,189,108). Sum of RGB (Red+Green+Blue) = 208+189+108=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BD6C is #2F4293. Grayscale: #B9B9B9. Windows color (decimal): -3097236 or 7126480. OLE color: 7126480.

HSL color Cylindrical-coordinate representation of color #D0BD6C: hue angle of 48.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D0BD6C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB208189108-
CMYK00.090.480.18
HSL48.6º51.55%61.96%-
HSV(B)48.6º48.08%81.57%-
XYZ46.9250.8921.54-
YUV185.4584.29144.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 108 (42.58% from 255) = 21.39%
R=41.19%
G=37.43%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818910800.090.480.1848.651.5561.96
HexD0BD6C09301231343e
Octal3202751540116022616476
Binary110100001011110111011000100111000010010110001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BD6C; }

 p { color: rgb(208,189,108); }

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

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

 a { background-color: rgb(208,189,108); }

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

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

 span { border-color: rgb(208,189,108); }

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