#D6B654

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

Shades of Tacha #D6B654

Tints of Tacha #D6B654

Color information

#D6B654 (or 0xD6B654) is unknown color: approx Tacha. HEX triplet: D6, B6 and 54. RGB value is (214,182,84). Sum of RGB (Red+Green+Blue) = 214+182+84=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 84 (33.20% from 255 or 17.5% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B654 is #2949AB. Grayscale: #B4B4B4. Windows color (decimal): -2705836 or 5551830. OLE color: 5551830.

HSL color Cylindrical-coordinate representation of color #D6B654: hue angle of 45.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6B654 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21418284-
CMYK00.150.610.16
HSL45.23º61.32%58.43%-
HSV(B)45.23º60.75%83.92%-
XYZ46.0648.3915.3-
YUV180.473.6151.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 84 (33.20% from 255) = 17.5%
R=44.58%
G=37.92%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141828400.150.610.1645.2361.3258.43
HexD6B6540F3D102d3d3a
Octal3262661240177520557572
Binary110101101011011010101000111111110110000101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B654; }

 p { color: rgb(214,182,84); }

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

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

 a { background-color: rgb(214,182,84); }

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

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

 span { border-color: rgb(214,182,84); }

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