#D0B954

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

Shades of Tacha #D0B954

Tints of Tacha #D0B954

Color information

#D0B954 (or 0xD0B954) is unknown color: approx Tacha. HEX triplet: D0, B9 and 54. RGB value is (208,185,84). Sum of RGB (Red+Green+Blue) = 208+185+84=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B954 is #2F46AB. Grayscale: #B4B4B4. Windows color (decimal): -3098284 or 5552592. OLE color: 5552592.

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

Color convert

RGB20818584-
CMYK00.110.600.18
HSL48.87º56.88%57.25%-
HSV(B)48.87º59.62%81.57%-
XYZ44.9648.7515.43-
YUV180.3673.62147.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 84 (33.20% from 255) = 17.61%
R=43.61%
G=38.78%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081858400.110.600.1848.8756.8857.25
HexD0B9540B3C12313939
Octal3202711240137422617171
Binary110100001011100110101000101111110010010110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B954; }

 p { color: rgb(208,185,84); }

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

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

 a { background-color: rgb(208,185,84); }

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

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

 span { border-color: rgb(208,185,84); }

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