#D0B769

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

Shades of Tacha #D0B769

Tints of Tacha #D0B769

Color information

#D0B769 (or 0xD0B769) is unknown color: approx Tacha. HEX triplet: D0, B7 and 69. RGB value is (208,183,105). Sum of RGB (Red+Green+Blue) = 208+183+105=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B769 is #2F4896. Grayscale: #B5B5B5. Windows color (decimal): -3098775 or 6928336. OLE color: 6928336.

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

Color convert

RGB208183105-
CMYK00.120.500.18
HSL45.44º52.28%61.37%-
HSV(B)45.44º49.52%81.57%-
XYZ45.548.320.29-
YUV181.5884.78146.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=41.94%
G=36.90%
B=21.17%

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
Decimal20818310500.120.500.1845.4452.2861.37
HexD0B7690C32122d343d
Octal3202671510146222556475
Binary110100001011011111010010110011001010010101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B769; }

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

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

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

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

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

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

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

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