Html Css Color HEX #D6B85E Tacha

📋 copy color: '#D6B85E'

red 214 ◦ green 184 ◦ blue 94

#D6B85E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D6B85E

Tints of Tacha #D6B85E

RGB

 RED value IS 214 (83.98% from 255) = 43.5%

 GREEN value IS 184 (72.27% from 255) = 37.4%

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 43.5%
G = 37.4%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6B85E (or 0xD6B85E) is known color: Tacha. HEX triplet: D6, B8 and 5E. RGB value is (214,184,94). Sum of RGB (Red+Green+Blue) = 214+184+94=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B85E is #2947A1. Grayscale: #B7B7B7. Windows color (decimal): -2705314 or 6207702. OLE color: 6207702.

HSL color Cylindrical-coordinate representation of color #D6B85E: hue angle of 45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6B85E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 184 94 -
CMYK 0 0.14 0.56 0.16
HSL 45º 0.59% 0.6% -
HSV(B) 45º 0.56% 0.84% -
XYZ 46.89 49.39 17.65 -
YUV 182.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 214 184 94 0 0.14 0.56 0.16 45 0.59 0.6
Hex D6 B8 5E 0 E 38 10 2D 3B 3C
Octal 326 270 136 0 16 70 20 55 73 74
Binary 11010110 10111000 1011110 0 1110 111000 10000 101101 111011 111100

Color Harmonies of #D6B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B85E

Black with #D6B85E

Text Example


Text Example

White with #D6B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B85E; }

 p { color: rgb(214,184,94); }

 H1.HeaderClassName
 {
   color: #D6B85E;
 }
 .AnyTagClassName
 {
   color: #D6B85E;
 }
</style>

background-color css

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

 a { background-color: rgb(214,184,94); }

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

border-color css

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

 span { border-color: rgb(214,184,94); }

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