#D0C867

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

Shades of Tacha #D0C867

Tints of Tacha #D0C867

Color information

#D0C867 (or 0xD0C867) is unknown color: approx Tacha. HEX triplet: D0, C8 and 67. RGB value is (208,200,103). Sum of RGB (Red+Green+Blue) = 208+200+103=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C867 is #2F3798. Grayscale: #BFBFBF. Windows color (decimal): -3094425 or 6801616. OLE color: 6801616.

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

Color convert

RGB208200103-
CMYK00.040.500.18
HSL55.43º52.76%60.98%-
HSV(B)55.43º50.48%81.57%-
XYZ49.1155.720.99-
YUV191.3378.15139.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 103 (40.62% from 255) = 20.16%
R=40.70%
G=39.14%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820010300.040.500.1855.4352.7660.98
HexD0C86704321237353d
Octal320310147046222676575
Binary11010000110010001100111010011001010010110111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C867; }

 p { color: rgb(208,200,103); }

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

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

 a { background-color: rgb(208,200,103); }

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

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

 span { border-color: rgb(208,200,103); }

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