Html Css Color HEX #D9BC56 Tacha

📋 copy color: '#D9BC56'

red 217 ◦ green 188 ◦ blue 86

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

Shades of Tacha #D9BC56

Tints of Tacha #D9BC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.52%

R = 44.2%
G = 38.29%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D9BC56 (or 0xD9BC56) is known color: Tacha. HEX triplet: D9, BC and 56. RGB value is (217,188,86). Sum of RGB (Red+Green+Blue) = 217+188+86=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC56 is #2643A9. Grayscale: #B9B9B9. Windows color (decimal): -2507690 or 5684441. OLE color: 5684441.

HSL color Cylindrical-coordinate representation of color #D9BC56: hue angle of 46.72º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9BC56 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 188 86 -
CMYK 0 0.13 0.60 0.15
HSL 46.72º 0.63% 0.59% -
HSV(B) 46.72º 0.6% 0.85% -
XYZ 48.28 51.39 16.18 -
YUV 185.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 217 188 86 0 0.13 0.60 0.15 46.72 0.63 0.59
Hex D9 BC 56 0 D 3C F 2F 3F 3B
Octal 331 274 126 0 15 74 17 57 77 73
Binary 11011001 10111100 1010110 0 1101 111100 1111 101111 111111 111011

Color Harmonies of #D9BC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC56

Black with #D9BC56

Text Example


Text Example

White with #D9BC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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