Html Css Color HEX #D7BA5E Tacha

📋 copy color: '#D7BA5E'

red 215 ◦ green 186 ◦ blue 94

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

Shades of Tacha #D7BA5E

Tints of Tacha #D7BA5E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.58%

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

R = 43.43%
G = 37.58%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7BA5E (or 0xD7BA5E) is known color: Tacha. HEX triplet: D7, BA and 5E. RGB value is (215,186,94). Sum of RGB (Red+Green+Blue) = 215+186+94=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA5E is #2845A1. Grayscale: #B8B8B8. Windows color (decimal): -2639266 or 6208215. OLE color: 6208215.

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

Color convert

RGB 215 186 94 -
CMYK 0 0.13 0.56 0.16
HSL 45.62º 0.6% 0.61% -
HSV(B) 45.62º 0.56% 0.84% -
XYZ 47.6 50.37 17.8 -
YUV 184.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 215 186 94 0 0.13 0.56 0.16 45.62 0.6 0.61
Hex D7 BA 5E 0 D 38 10 2E 3C 3D
Octal 327 272 136 0 15 70 20 56 74 75
Binary 11010111 10111010 1011110 0 1101 111000 10000 101110 111100 111101

Color Harmonies of #D7BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA5E

Black with #D7BA5E

Text Example


Text Example

White with #D7BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA5E; }

 p { color: rgb(215,186,94); }

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

background-color css

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

 a { background-color: rgb(215,186,94); }

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

border-color css

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

 span { border-color: rgb(215,186,94); }

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