Html Css Color HEX #D3BA65 Tacha

📋 copy color: '#D3BA65'

red 211 ◦ green 186 ◦ blue 101

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

Shades of Tacha #D3BA65

Tints of Tacha #D3BA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 42.37%
G = 37.35%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D3BA65 (or 0xD3BA65) is known color: Tacha. HEX triplet: D3, BA and 65. RGB value is (211,186,101). Sum of RGB (Red+Green+Blue) = 211+186+101=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA65 is #2C459A. Grayscale: #B8B8B8. Windows color (decimal): -2901403 or 6666963. OLE color: 6666963.

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

Color convert

RGB 211 186 101 -
CMYK 0 0.12 0.52 0.17
HSL 46.36º 0.56% 0.61% -
HSV(B) 46.36º 0.52% 0.83% -
XYZ 46.77 49.91 19.48 -
YUV 183.79 81.28 147.41 -
System Red Green Blue C M Y K H S L
Decimal 211 186 101 0 0.12 0.52 0.17 46.36 0.56 0.61
Hex D3 BA 65 0 C 34 11 2E 38 3D
Octal 323 272 145 0 14 64 21 56 70 75
Binary 11010011 10111010 1100101 0 1100 110100 10001 101110 111000 111101

Color Harmonies of #D3BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA65

Black with #D3BA65

Text Example


Text Example

White with #D3BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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