Html Css Color HEX #D5BA5D Tacha

📋 copy color: '#D5BA5D'

red 213 ◦ green 186 ◦ blue 93

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

Shades of Tacha #D5BA5D

Tints of Tacha #D5BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 43.29%
G = 37.8%
B = 18.9%

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

#D5BA5D (or 0xD5BA5D) is known color: Tacha. HEX triplet: D5, BA and 5D. RGB value is (213,186,93). Sum of RGB (Red+Green+Blue) = 213+186+93=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BA5D is #2A45A2. Grayscale: #B7B7B7. Windows color (decimal): -2770339 or 6142677. OLE color: 6142677.

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

Color convert

RGB 213 186 93 -
CMYK 0 0.13 0.56 0.16
HSL 46.5º 0.59% 0.6% -
HSV(B) 46.5º 0.56% 0.84% -
XYZ 46.98 50.05 17.54 -
YUV 183.47 76.95 149.06 -
System Red Green Blue C M Y K H S L
Decimal 213 186 93 0 0.13 0.56 0.16 46.5 0.59 0.6
Hex D5 BA 5D 0 D 38 10 2E 3B 3C
Octal 325 272 135 0 15 70 20 56 73 74
Binary 11010101 10111010 1011101 0 1101 111000 10000 101110 111011 111100

Color Harmonies of #D5BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BA5D

Black with #D5BA5D

Text Example


Text Example

White with #D5BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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