Html Css Color HEX #D5BA5F Tacha

📋 copy color: '#D5BA5F'

red 213 ◦ green 186 ◦ blue 95

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

Shades of Tacha #D5BA5F

Tints of Tacha #D5BA5F

RGB

 RED value IS 213 (83.59% from 255) = 43.12%

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

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

R = 43.12%
G = 37.65%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5BA5F (or 0xD5BA5F) is known color: Tacha. HEX triplet: D5, BA and 5F. RGB value is (213,186,95). Sum of RGB (Red+Green+Blue) = 213+186+95=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA5F is #2A45A0. Grayscale: #B8B8B8. Windows color (decimal): -2770337 or 6273749. OLE color: 6273749.

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

Color convert

RGB 213 186 95 -
CMYK 0 0.13 0.55 0.16
HSL 46.27º 0.58% 0.6% -
HSV(B) 46.27º 0.55% 0.84% -
XYZ 47.07 50.09 18.01 -
YUV 183.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 213 186 95 0 0.13 0.55 0.16 46.27 0.58 0.6
Hex D5 BA 5F 0 D 37 10 2E 3A 3C
Octal 325 272 137 0 15 67 20 56 72 74
Binary 11010101 10111010 1011111 0 1101 110111 10000 101110 111010 111100

Color Harmonies of #D5BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA5F

Black with #D5BA5F

Text Example


Text Example

White with #D5BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA5F; }

 p { color: rgb(213,186,95); }

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

background-color css

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

 a { background-color: rgb(213,186,95); }

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

border-color css

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

 span { border-color: rgb(213,186,95); }

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