Html Css Color HEX #D9BC5F Tacha

📋 copy color: '#D9BC5F'

red 217 ◦ green 188 ◦ blue 95

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

Shades of Tacha #D9BC5F

Tints of Tacha #D9BC5F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 43.4%
G = 37.6%
B = 19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9BC5F (or 0xD9BC5F) is known color: Tacha. HEX triplet: D9, BC and 5F. RGB value is (217,188,95). Sum of RGB (Red+Green+Blue) = 217+188+95=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC5F is #2643A0. Grayscale: #BABABA. Windows color (decimal): -2507681 or 6274265. OLE color: 6274265.

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

Color convert

RGB 217 188 95 -
CMYK 0 0.13 0.56 0.15
HSL 45.74º 0.62% 0.61% -
HSV(B) 45.74º 0.56% 0.85% -
XYZ 48.66 51.54 18.21 -
YUV 186.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 217 188 95 0 0.13 0.56 0.15 45.74 0.62 0.61
Hex D9 BC 5F 0 D 38 F 2E 3E 3D
Octal 331 274 137 0 15 70 17 56 76 75
Binary 11011001 10111100 1011111 0 1101 111000 1111 101110 111110 111101

Color Harmonies of #D9BC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC5F

Black with #D9BC5F

Text Example


Text Example

White with #D9BC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC5F; }

 p { color: rgb(217,188,95); }

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

background-color css

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

 a { background-color: rgb(217,188,95); }

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

border-color css

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

 span { border-color: rgb(217,188,95); }

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