Html Css Color HEX #D9BD5D Tacha

📋 copy color: '#D9BD5D'

red 217 ◦ green 189 ◦ blue 93

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

Shades of Tacha #D9BD5D

Tints of Tacha #D9BD5D

RGB

 RED value IS 217 (85.16% from 255) = 43.49%

 GREEN value IS 189 (74.22% from 255) = 37.88%

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

R = 43.49%
G = 37.88%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9BD5D (or 0xD9BD5D) is known color: Tacha. HEX triplet: D9, BD and 5D. RGB value is (217,189,93). Sum of RGB (Red+Green+Blue) = 217+189+93=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD5D is #2642A2. Grayscale: #BABABA. Windows color (decimal): -2507427 or 6143449. OLE color: 6143449.

HSL color Cylindrical-coordinate representation of color #D9BD5D: hue angle of 46.45º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9BD5D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 93 -
CMYK 0 0.13 0.57 0.15
HSL 46.45º 0.62% 0.61% -
HSV(B) 46.45º 0.57% 0.85% -
XYZ 48.79 51.94 17.81 -
YUV 186.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 217 189 93 0 0.13 0.57 0.15 46.45 0.62 0.61
Hex D9 BD 5D 0 D 39 F 2E 3E 3D
Octal 331 275 135 0 15 71 17 56 76 75
Binary 11011001 10111101 1011101 0 1101 111001 1111 101110 111110 111101

Color Harmonies of #D9BD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD5D

Black with #D9BD5D

Text Example


Text Example

White with #D9BD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD5D; }

 p { color: rgb(217,189,93); }

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

background-color css

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

 a { background-color: rgb(217,189,93); }

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

border-color css

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

 span { border-color: rgb(217,189,93); }

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