Html Css Color HEX #D6B85F Tacha

📋 copy color: '#D6B85F'

red 214 ◦ green 184 ◦ blue 95

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

Shades of Tacha #D6B85F

Tints of Tacha #D6B85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 43.41%
G = 37.32%
B = 19.27%

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

#D6B85F (or 0xD6B85F) is known color: Tacha. HEX triplet: D6, B8 and 5F. RGB value is (214,184,95). Sum of RGB (Red+Green+Blue) = 214+184+95=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B85F is #2947A0. Grayscale: #B7B7B7. Windows color (decimal): -2705313 or 6273238. OLE color: 6273238.

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

Color convert

RGB 214 184 95 -
CMYK 0 0.14 0.56 0.16
HSL 44.87º 0.59% 0.61% -
HSV(B) 44.87º 0.56% 0.84% -
XYZ 46.94 49.4 17.89 -
YUV 182.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 214 184 95 0 0.14 0.56 0.16 44.87 0.59 0.61
Hex D6 B8 5F 0 E 38 10 2D 3B 3D
Octal 326 270 137 0 16 70 20 55 73 75
Binary 11010110 10111000 1011111 0 1110 111000 10000 101101 111011 111101

Color Harmonies of #D6B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B85F

Black with #D6B85F

Text Example


Text Example

White with #D6B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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