#D0BB62

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

Shades of Tacha #D0BB62

Tints of Tacha #D0BB62

Color information

#D0BB62 (or 0xD0BB62) is unknown color: approx Tacha. HEX triplet: D0, BB and 62. RGB value is (208,187,98). Sum of RGB (Red+Green+Blue) = 208+187+98=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0BB62 is #2F449D. Grayscale: #B7B7B7. Windows color (decimal): -3097758 or 6470608. OLE color: 6470608.

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

Color convert

RGB20818798-
CMYK00.100.530.18
HSL48.55º53.92%60%-
HSV(B)48.55º52.88%81.57%-
XYZ45.9949.8318.75-
YUV183.1379.96145.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=42.19%
G=37.93%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081879800.100.530.1848.5553.9260
HexD0BB620A351231363c
Octal3202731420126522616674
Binary110100001011101111000100101011010110010110001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BB62; }

 p { color: rgb(208,187,98); }

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

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

 a { background-color: rgb(208,187,98); }

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

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

 span { border-color: rgb(208,187,98); }

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