Html Css Color HEX #D3BA63 Tacha

📋 copy color: '#D3BA63'

red 211 ◦ green 186 ◦ blue 99

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

Shades of Tacha #D3BA63

Tints of Tacha #D3BA63

RGB

 RED value IS 211 (82.81% from 255) = 42.54%

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

 BLUE value IS 99 (39.06% from 255) = 19.96%

R = 42.54%
G = 37.5%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D3BA63 (or 0xD3BA63) is known color: Tacha. HEX triplet: D3, BA and 63. RGB value is (211,186,99). Sum of RGB (Red+Green+Blue) = 211+186+99=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA63 is #2C459C. Grayscale: #B7B7B7. Windows color (decimal): -2901405 or 6535891. OLE color: 6535891.

HSL color Cylindrical-coordinate representation of color #D3BA63: hue angle of 46.61º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3BA63 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 186 99 -
CMYK 0 0.12 0.53 0.17
HSL 46.61º 0.56% 0.61% -
HSV(B) 46.61º 0.53% 0.83% -
XYZ 46.68 49.87 18.97 -
YUV 183.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 211 186 99 0 0.12 0.53 0.17 46.61 0.56 0.61
Hex D3 BA 63 0 C 35 11 2F 38 3D
Octal 323 272 143 0 14 65 21 57 70 75
Binary 11010011 10111010 1100011 0 1100 110101 10001 101111 111000 111101

Color Harmonies of #D3BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA63

Black with #D3BA63

Text Example


Text Example

White with #D3BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA63; }

 p { color: rgb(211,186,99); }

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

background-color css

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

 a { background-color: rgb(211,186,99); }

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

border-color css

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

 span { border-color: rgb(211,186,99); }

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