Html Css Color HEX #D7B85F Tacha

📋 copy color: '#D7B85F'

red 215 ◦ green 184 ◦ blue 95

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

Shades of Tacha #D7B85F

Tints of Tacha #D7B85F

RGB

 RED value IS 215 (84.38% from 255) = 43.52%

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

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

R = 43.52%
G = 37.25%
B = 19.23%

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

#D7B85F (or 0xD7B85F) is known color: Tacha. HEX triplet: D7, B8 and 5F. RGB value is (215,184,95). Sum of RGB (Red+Green+Blue) = 215+184+95=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B85F is #2847A0. Grayscale: #B7B7B7. Windows color (decimal): -2639777 or 6273239. OLE color: 6273239.

HSL color Cylindrical-coordinate representation of color #D7B85F: hue angle of 44.5º degrees, saturation: 0.6, 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 #D7B85F is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 184 95 -
CMYK 0 0.14 0.56 0.16
HSL 44.5º 0.6% 0.61% -
HSV(B) 44.5º 0.56% 0.84% -
XYZ 47.23 49.55 17.9 -
YUV 183.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 215 184 95 0 0.14 0.56 0.16 44.5 0.6 0.61
Hex D7 B8 5F 0 E 38 10 2C 3C 3D
Octal 327 270 137 0 16 70 20 54 74 75
Binary 11010111 10111000 1011111 0 1110 111000 10000 101100 111100 111101

Color Harmonies of #D7B85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B85F

Black with #D7B85F

Text Example


Text Example

White with #D7B85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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