#D0B663

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

Shades of Tacha #D0B663

Tints of Tacha #D0B663

Color information

#D0B663 (or 0xD0B663) is unknown color: approx Tacha. HEX triplet: D0, B6 and 63. RGB value is (208,182,99). Sum of RGB (Red+Green+Blue) = 208+182+99=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B663 is #2F499C. Grayscale: #B4B4B4. Windows color (decimal): -3099037 or 6534864. OLE color: 6534864.

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

Color convert

RGB20818299-
CMYK00.120.520.18
HSL45.69º53.69%60.2%-
HSV(B)45.69º52.4%81.57%-
XYZ44.9947.7718.65-
YUV180.3182.11147.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=42.54%
G=37.22%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081829900.120.520.1845.6953.6960.2
HexD0B6630C34122e363c
Octal3202661430146422566674
Binary110100001011011011000110110011010010010101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B663; }

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

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

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

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

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

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

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

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