#D0BC67

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

Shades of Tacha #D0BC67

Tints of Tacha #D0BC67

Color information

#D0BC67 (or 0xD0BC67) is unknown color: approx Tacha. HEX triplet: D0, BC and 67. RGB value is (208,188,103). Sum of RGB (Red+Green+Blue) = 208+188+103=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BC67 is #2F4398. Grayscale: #B8B8B8. Windows color (decimal): -3097497 or 6798544. OLE color: 6798544.

HSL color Cylindrical-coordinate representation of color #D0BC67: hue angle of 48.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0BC67 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208188103-
CMYK00.100.500.18
HSL48.57º52.76%60.98%-
HSV(B)48.57º50.48%81.57%-
XYZ46.4450.3620.1-
YUV184.2982.13144.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 103 (40.62% from 255) = 20.64%
R=41.68%
G=37.68%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818810300.100.500.1848.5752.7660.98
HexD0BC670A321231353d
Octal3202741470126222616575
Binary110100001011110011001110101011001010010110001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BC67; }

 p { color: rgb(208,188,103); }

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

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

 a { background-color: rgb(208,188,103); }

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

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

 span { border-color: rgb(208,188,103); }

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