Html Css Color HEX #D9BC51 Tacha

📋 copy color: '#D9BC51'

red 217 ◦ green 188 ◦ blue 81

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

Shades of Tacha #D9BC51

Tints of Tacha #D9BC51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.67%

R = 44.65%
G = 38.68%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D9BC51 (or 0xD9BC51) is known color: Tacha. HEX triplet: D9, BC and 51. RGB value is (217,188,81). Sum of RGB (Red+Green+Blue) = 217+188+81=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC51 is #2643AE. Grayscale: #B8B8B8. Windows color (decimal): -2507695 or 5356761. OLE color: 5356761.

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

Color convert

RGB 217 188 81 -
CMYK 0 0.13 0.63 0.15
HSL 47.21º 0.64% 0.58% -
HSV(B) 47.21º 0.63% 0.85% -
XYZ 48.08 51.31 15.15 -
YUV 184.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 217 188 81 0 0.13 0.63 0.15 47.21 0.64 0.58
Hex D9 BC 51 0 D 3F F 2F 40 3A
Octal 331 274 121 0 15 77 17 57 100 72
Binary 11011001 10111100 1010001 0 1101 111111 1111 101111 1000000 111010

Color Harmonies of #D9BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC51

Black with #D9BC51

Text Example


Text Example

White with #D9BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC51; }

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

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

background-color css

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

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

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

border-color css

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

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

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