#D0B669

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

Shades of Tacha #D0B669

Tints of Tacha #D0B669

Color information

#D0B669 (or 0xD0B669) is unknown color: approx Tacha. HEX triplet: D0, B6 and 69. RGB value is (208,182,105). Sum of RGB (Red+Green+Blue) = 208+182+105=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B669 is #2F4996. Grayscale: #B5B5B5. Windows color (decimal): -3099031 or 6928080. OLE color: 6928080.

HSL color Cylindrical-coordinate representation of color #D0B669: hue angle of 44.85º degrees, saturation: 0.52, 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 #D0B669 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208182105-
CMYK00.120.500.18
HSL44.85º52.28%61.37%-
HSV(B)44.85º49.52%81.57%-
XYZ45.2947.8920.22-
YUV18185.11147.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=42.02%
G=36.77%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818210500.120.500.1844.8552.2861.37
HexD0B6690C32122d343d
Octal3202661510146222556475
Binary110100001011011011010010110011001010010101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B669; }

 p { color: rgb(208,182,105); }

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

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

 a { background-color: rgb(208,182,105); }

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

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

 span { border-color: rgb(208,182,105); }

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